ReactOS 0.4.15-dev-7842-g558ab78
IEnumDebugCodeContexts Interface Reference
Inheritance diagram for IEnumDebugCodeContexts:
Collaboration diagram for IEnumDebugCodeContexts:

Public Member Functions

HRESULT Next ([in] ULONG celt, [out] IDebugCodeContext **pscc, [out] ULONG *pceltFetched)
 
HRESULT Skip ([in] ULONG celt)
 
HRESULT Reset ()
 
HRESULT Clone ([out] IEnumDebugCodeContexts **ppescc)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 220 of file activdbg.idl.

Member Function Documentation

◆ Clone()

HRESULT IEnumDebugCodeContexts::Clone ( [out] IEnumDebugCodeContexts **  ppescc)

◆ Next()

HRESULT IEnumDebugCodeContexts::Next ( [in] ULONG  celt,
[out] IDebugCodeContext **  pscc,
[out] ULONG pceltFetched 
)

◆ Reset()

HRESULT IEnumDebugCodeContexts::Reset ( )

◆ Skip()

HRESULT IEnumDebugCodeContexts::Skip ( [in] ULONG  celt)

The documentation for this interface was generated from the following file: