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 **/
13{
14
15protected:
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};
static bool ExtractInfoFromModule(void *ProcessHandle, void *ModuleHandle, FStackWalkModuleInfo &OutInfo)