Retrieves the specified number of REGISTERWORDA structures in the enumeration sequence.
Syntax
HRESULT Next(
ULONG ulCount,
REGISTERWORDA *rgRegisterWord,
ULONG *pcFetched
);
Parameters
- ulCount
- [in] Unsigned long integer value that contains the number of structures to retrieve.
- rgRegisterWord
- [out] Address of the array of REGISTERWORDA 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.