Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MicrosoftPlatformStackWalk.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#
pragma
once
4
5
#
include
"CoreTypes.h"
6
#
include
"GenericPlatform/GenericPlatformStackWalk.h"
7
8
/**
9
* Microsoft-shared implementation of the stack walking.
10
**/
11
struct
FMicrosoftPlatformStackWalk
12
:
public
FGenericPlatformStackWalk
13
{
14
15
protected
:
16
// Extract debug info for a module from the module header in memory.
17
// Can directly read the information even when the current target can't load the symbols itself or use certain DbgHelp APIs.
18
static
bool
ExtractInfoFromModule
(
void
* ProcessHandle,
void
* ModuleHandle,
FStackWalkModuleInfo
& OutInfo);
19
};
FGenericPlatformStackWalk
Definition
GenericPlatformStackWalk.h:106
FMicrosoftPlatformStackWalk
Definition
MicrosoftPlatformStackWalk.h:13
FMicrosoftPlatformStackWalk::ExtractInfoFromModule
static bool ExtractInfoFromModule(void *ProcessHandle, void *ModuleHandle, FStackWalkModuleInfo &OutInfo)
FStackWalkModuleInfo
Definition
GenericPlatformStackWalk.h:21
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
Microsoft
MicrosoftPlatformStackWalk.h
Generated by
1.10.0