cswinCallStackHelper Class Reference
Call stack creation helper (Win32-specific). More...
#include <csutil/win32/callstack.h>
Static Public Member Functions | |
static csCallStack * | CreateCallStack (HANDLE hProc, HANDLE hThread, CONTEXT &context, int skip=0, bool fast=false) |
Create a call stack. |
Detailed Description
Call stack creation helper (Win32-specific).
- Remarks:
- This class provides functionality specific to the Win32 platform. To ensure that code using this functionality compiles properly on all other platforms, the use of the class and inclusion of the header file should be surrounded by appropriate '#if defined(CS_PLATFORM_WIN32) ... #endif' statements.
Definition at line 38 of file callstack.h.
Member Function Documentation
|
Create a call stack. Works similar to csCallStackHelper::CreateCallStack(), with the difference that you can provide some Win32-specific arguments here.
|
The documentation for this class was generated from the following file:
- csutil/win32/callstack.h
Generated for Crystal Space by doxygen 1.4.6