mciGetCreatorTask function
The mciGetCreatorTask function retrieves a handle to the creator task for the specified device.
HANDLE mciGetCreatorTask(
MCIDEVICEID IDDevice
);
- IDDevice
Device for which the creator task is returned.
Returns the handle of the creator task responsible for opening the device if successful. If the device identifier is invalid, the return value is NULL.
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Mmsystem.h (include Windows.h) |
Library |
Winmm.lib |
DLL |
Winmm.dll |