SpiAssociate - Parameters
hstream
(
HSTREAM
) - input
Stream handle.
hid
(
HID
) - input
ID of the source or target stream handler with which to associate.
pacb
(
PACB
) - input
Pointer to the parameter packet that describes the object to associate with the handler. Each stream handler defines associate control block types that can be used.
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_OBJTYPE
The object type specified is unknown.
ERROR_INVALID_REQUEST
The stream handler does not support the associate function.
ERROR_INVALID_HID
Invalid handler ID.
ERROR_ACCESS_OBJECT
Cannot access the specified data object.
ERROR_STREAM_NOT_STOP
The stream cannot perform the requested function unless the stream is stopped.
ERROR_INVALID_BLOCK
Invalid pointer.
ERROR_INVALID_BUFFER_SIZE
Invalid ACB size.
FAILURE
Stream handler-specific error return code.
[Back: SpiAssociate Return Value - rc]
[Next: SpiAssociate - Remarks]