Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Microsoft
Inheritance Hierarchy
- FGenericPlatformStackWalk
- FMicrosoftPlatformStackWalk
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformStackWalk.h |
| Include | #include "Microsoft/MicrosoftPlatformStackWalk.h" |
Syntax
struct FMicrosoftPlatformStackWalk : public FGenericPlatformStackWalk
Remarks
Microsoft-shared implementation of the stack walking.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | CaptureStackTraceInternal
(
uint64* OutBacktrace, |
If the thread is not the calling thread, it should already have been suspended by the calling code. | |
| bool | ExtractInfoFromModule
(
void* ProcessHandle, |
Extract debug info for a module from the module header in memory. |