Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified number of input context handles in the enumeration sequence.
Syntax
HRESULT Next(
[in] unsigned long ulCount,
[out] HIMC *rgInputContext,
[out] unsigned long *pcFetched
);
Parameters
ulCount [in]
An unsigned long integer value that contains the number of structures to get.rgInputContext [out]
The address of the array of input context handles structures that are retrieved.pcFetched [out]
The address of an unsigned long integer value that receives the actual number of elements that are supplied.
Return value
Returns S_OK if successful, or an error value otherwise.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |