Returns the ID for an opened Mci device
mciID(name$)
name$sexp
This function returns the ID for an opened device. Usually used with an alias name. Used to get the device id for the notify message.
Debug.Show
Mci "open c:\windows\media\alarm01.wav alias bong"
Trace mciID("bong")
Mci "close bong"
Trace mciID("bong")
{Created by Sjouke Hamstra; Last updated: 16/10/2014 by James Gaite}