SHC_STOP - Description
This message stops data streaming for a stream handle particular stream
instance.
pParmIn (PPARM_STOP)
rc (ULONG)
 Return
codes indicating success or the type of failure:
NO_ERROR
 ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
 ERROR_INVALID_HID
 ERROR_INVALID_FLAGThe flag passed is invalid.
ERROR_STREAM_NOT_STARTEDThe stream cannot perform the requested message
unless the stream has been started.
FAILURE Stream-handler-specific
error return code.
[Back: SHC_STOP Return Value - rc] 
[Next: SHC_STOP - Remarks]