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

IEnumRegisterWordW::Next Method


Retrieves the specified number of REGISTERWORDW structures in the enumeration sequence.

Syntax

HRESULT Next(
    ULONG ulCount,
    REGISTERWORDW *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 REGISTERWORDW 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.