mciDriverYield
UINT WINAPI mciDriverYield(UINT uDeviceID)
This function is used in a driver's idle loop to yield to Windows.
- Returns a non-zero value if the driver should abort the operation because the break key was pressed.
- uDeviceID
- Device ID that is yielding.