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

IEnumDebugCodeContexts::Skip Method


Advances the specified number of code contexts in the enumeration.

Syntax

HRESULT Skip(
    ULONG celt
);

Parameters

celt
[in] Unsigned long integer value that indicates the number of code contexts to advance.

Return Value

Returns S_OK if the number of elements skipped is celt, or S_FALSE 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.