IEnumDebugSessionFrameInfo2

Undocumented in source.
version(Windows && USE_MAGO)
interface IEnumDebugSessionFrameInfo2 : IEnumDebugFrameInfo2 {}

Members

Functions

SetCachePriority
HRESULT SetCachePriority(SESSION_CACHE_PRIORITY cachePriority)
Undocumented in source.

Static variables

iid
GUID iid;
Undocumented in source.

Inherited Members

From IEnumDebugFrameInfo2

iid
GUID iid;
Undocumented in source.
Next
HRESULT Next(ULONG celt, FRAMEINFO* rgelt, ULONG* pceltFetched)
Undocumented in source.
Skip
HRESULT Skip(ULONG celt)
Undocumented in source.
Reset
HRESULT Reset()
Undocumented in source.
Clone
HRESULT Clone(IEnumDebugFrameInfo2* ppEnum)
Undocumented in source.
GetCount
HRESULT GetCount(ULONG* pcelt)
Undocumented in source.

Meta