SpiGetHandler - Parameters
pszHName (PSZ) - input
The
address of the ASCIIZ name of the stream handler can be up to 9 characters
(including the NULL).
phidSrc (HID *) - output
Address
of handler ID. This handler ID is used to identify the stream handler when
it is used as a source stream handler.
phidTgt (HID *) - output
Address
of handler ID. This handler ID is used to identify the stream handler when
it is used as a target stream handler.
rc (ULONG) - returns
Return
codes indicating success or the type of failure:
NO_ERROR
ERROR_INVALID_HNDLR_NAME
Invalid stream-handler name.
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_HNDLR_NOT_FOUND
The stream-handler name passed was not found in
the system.
ERROR_HNDLR_NOT_IN_INI
The
stream-handler name passed was not found in the SPI.INI file.
ERROR_INI_FILE
The SPI.INI file could not be found.
ERROR_LOADING_HNDLR
An error occurred loading and connecting the stream
handler.
ERROR_READING_INI
An
error occurred reading the SPI.INI file.
ERROR_INVALID_BLOCK
[Back: SpiGetHandler Return Value - rc]
[Next: SpiGetHandler - Remarks]