nulib.system.win32.stacktrace

...

Members

Aliases

RtlCaptureStackBackTraceFunc
alias RtlCaptureStackBackTraceFunc = USHORT function(ULONG FramesToSkip, ULONG FramesToCapture, PVOID* BackTrace, PULONG BackTraceHash) @(nogc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Classes

StackTrace
class StackTrace
Undocumented in source.

Functions

GetEnvironmentVariableA
DWORD GetEnvironmentVariableA(LPCSTR lpName, LPSTR pBuffer, DWORD nSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RtlCaptureContext
void RtlCaptureContext(CONTEXT* ContextRecord)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Benjamin Thaut, Sean Kelly