SHD_REPORT_EVENT - Description
This message reports an event to the stream handler.
pParmIn
(
PSHD_REPORTEVENT
)
A pointer to an
SHD_REPORTEVENT
data structure.
rc
(
ULONG
)
Return codes indicating success or the type of failure:
NO_ERROR
Success.
ERROR_INVALID_FUNCTION
Illegal function requested.
ERROR_INVALID_STREAM
Invalid stream handle.
ERROR_INVALID_EVENT
Invalid event handle.
FAILURE
Stream-handler-specific error return code.
[Back: SHD_REPORT_EVENT Return Value - rc]
[Next: SHD_REPORT_EVENT - Remarks]