Home
last modified time | relevance | path

Searched refs:cFramesToSkip (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dgdidbg.c105 _In_ ULONG cFramesToSkip, in DbgCaptureStackBackTace() argument
119 if (cFramesToSkip > cFrameCount) in DbgCaptureStackBackTace()
123 cFrameCount -= cFramesToSkip; in DbgCaptureStackBackTace()
125 RtlCopyMemory(ppvFrames, &apvTemp[cFramesToSkip], cFrameCount * sizeof(PVOID)); in DbgCaptureStackBackTace()
H A Dgdidebug.h18 _In_ ULONG cFramesToSkip,