Retrieves the specified number of input context handles in the enumeration sequence.
Syntax
HRESULT Next( ULONG ulCount, HIMC *rgInputContext, ULONG *pcFetched );
Parameters
- ulCount
- [in] Unsigned long integer value that contains the number of structures to retrieve.
- rgInputContext
- [out] Address of the array of input context handles structures retrieved.
- pcFetched
- [out] Address of an unsigned long integer value that receives the actual number of elements supplied.
Return Value
Returns S_OK if successful, or an error code otherwise.