SpiEnableEvent - Parameters
pevcb
(
PEVCB
) - input
Identifies the event-specific information (that is, the event type). The EVCB is a generic version of the event control block. Each event can have different field definitions in the EVCB.
phevent
(
PHEVENT
) - input
Identifies the address to return the newly created event handle.
rc
(
ULONG
) - returns
Return codes indicating success or the type of failure:
NO_ERROR
Success.
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_STREAM
Invalid stream handle.
ERROR_INVALID_EVENT
Specified event type is unrecognized.
ERROR_INVALID_EVCB
Event information is invalid for the specified event type and stream.
ERROR_INVALID_BLOCK
Invalid pointer.
ERROR_TOO_MANY_EVENTS
An error occurred while allocating the resources needed to enable this event.
FAILURE
Stream handler-specific error return code.
[Back: SpiEnableEvent Return Value - rc]
[Next: SpiEnableEvent - Remarks]