DDCMD_CONTROL Return Value - rc
rc (ULONG)
 Error
code indicating success or the type of failure:
NO_ERROR
 ERROR_INVALID_FUNCTION
Illegal function requested.
ERROR_INVALID_REQUESTDevice driver does not support events. (Returned
when ulCmd of DDCMDCONTROL is
set to DDCMD_ENABLE_EVENT.)
ERROR_INVALID_STREAM
 ERROR_INVALID_SEQUENCEInvalid device control command.
ERROR_INSUFF_BUFFERThe device driver does not have buffers to perform
the requested action.
ERROR_STREAM_NOT_STARTED The
stream cannot perform the requested action unless the stream has been started.
ERROR_TOO_MANY_EVENTS The
stream handler attempted to enable too many events.
FAILUREDevice-driver-specific error return code.
[Back: DDCMD_CONTROL Parameter - pParmIn] 
[Next: DDCMD_CONTROL - Description]