IEnumInputContext::Clone ...     IEnumInputContext::Reset ...     IEnumInputContext Interfa...    
Web Workshop (Miscellaneous)

IEnumInputContext::Next Method


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.



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.