Click to return to the Component Development home page    
IEnumDebugCodeContexts::C...     IEnumDebugCodeContexts::R...     IEnumDebugCodeContexts In...    
Web Workshop  |  Component Development

IEnumDebugCodeContexts::Next Method


Retrieves the next code context in the enumeration.

Syntax

HRESULT Next(
    ULONG celt,
    IDebugCodeContexts **pscc,
    ULONG *pceltFetched
);

Parameters

celt
[in] Unsigned long integer value that indicates the number of application nodes to return.
pscc
[out] Address of a pointer to an IDebugCodeContext interface.
pceltFetched
[out] Unsigned long integer value that receives the number of code contexts actually returned.

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.