SpiEnumerateHandlers - Parameters
pahand
(
PHAND
) - in/out
Pointer to the buffer to be filled in with stream-handler names and class names.
pulNumHand
(
PULONG
) - in/out
Pointer to the number of handlers that can be returned in the
pahand
buffer. If there are more handlers than will fit, an error is returned.
rc
(
ULONG
) - returns
Return codes indicating success or the type of failure:
NO_ERROR
Success.
ERROR_INVALID_FUNCTION
Invalid function requested.
ERROR_INVALID_BLOCK
Invalid pointer.
ERROR_INVALID_BUFFER_SIZE
Buffer passed is too small to hold all handler names or classes. The number returned in
pulNumHand
is the number of handlers that exist.
ERROR_READING_INI
An error occurred reading the SPI.INI file.
[Back: SpiEnumerateHandlers Return Value - rc]
[Next: SpiEnumerateHandlers - Remarks]