IEnumRegisterWordA::Clone...     IEnumRegisterWordA::Reset...     IEnumRegisterWordA Interf...    
Web Workshop (Miscellaneous)

IEnumRegisterWordA::Next Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.