DDCMD_SETUP - Description
This message performs device-specific stream instance setup.
pParmIn (PDDCMDSETUP)
A
pointer to a DDCMDSETUP data structure.
The pSetupParm and ulSetupParmSize fields refer to the SETUP_PARM
data structure.
rc (ULONG)
Error
code indicating success or the type of failure:
NO_ERROR
ERROR_INVALID_FUNCTION
Illegal function requested.
ERROR_INVALID_STREAM
ERROR_INVALID_REQUEST
ERROR_STREAM_NOT_STOP
The stream cannot perform the requested function
unless the stream has been stopped.
FAILURE
Device-driver-specific
error return code.
[Back: DDCMD_SETUP Return Value - rc]
[Next: DDCMD_SETUP - Remarks]