Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FStackWalkModuleInfo Struct Reference

#include <GenericPlatformStackWalk.h>

Public Attributes

uint64 BaseOfImage
 
uint32 ImageSize
 
uint32 TimeDateStamp
 
TCHAR ModuleName [32]
 
TCHAR ImageName [256]
 
TCHAR LoadedImageName [256]
 
uint32 PdbSig
 
uint32 PdbAge
 
struct { 
 
   unsigned long   Data1 
 
   unsigned short   Data2 
 
   unsigned short   Data3 
 
   unsigned char   Data4 [8] 
 
PdbSig70 
 

Detailed Description

This is used to capture all of the module information needed to load pdb's.

Todo
, the memory profiler should not be using this as platform agnostic

Definition at line 20 of file GenericPlatformStackWalk.h.

Member Data Documentation

◆ BaseOfImage

uint64 FStackWalkModuleInfo::BaseOfImage

Definition at line 22 of file GenericPlatformStackWalk.h.

◆ Data1

unsigned long FStackWalkModuleInfo::Data1

Definition at line 32 of file GenericPlatformStackWalk.h.

◆ Data2

unsigned short FStackWalkModuleInfo::Data2

Definition at line 33 of file GenericPlatformStackWalk.h.

◆ Data3

unsigned short FStackWalkModuleInfo::Data3

Definition at line 34 of file GenericPlatformStackWalk.h.

◆ Data4

unsigned char FStackWalkModuleInfo::Data4[8]

Definition at line 35 of file GenericPlatformStackWalk.h.

◆ ImageName

TCHAR FStackWalkModuleInfo::ImageName[256]

Definition at line 26 of file GenericPlatformStackWalk.h.

◆ ImageSize

uint32 FStackWalkModuleInfo::ImageSize

Definition at line 23 of file GenericPlatformStackWalk.h.

◆ LoadedImageName

TCHAR FStackWalkModuleInfo::LoadedImageName[256]

Definition at line 27 of file GenericPlatformStackWalk.h.

◆ ModuleName

TCHAR FStackWalkModuleInfo::ModuleName[32]

Definition at line 25 of file GenericPlatformStackWalk.h.

◆ PdbAge

uint32 FStackWalkModuleInfo::PdbAge

Definition at line 29 of file GenericPlatformStackWalk.h.

◆ PdbSig

uint32 FStackWalkModuleInfo::PdbSig

Definition at line 28 of file GenericPlatformStackWalk.h.

◆ [struct]

struct { ... } FStackWalkModuleInfo::PdbSig70

◆ TimeDateStamp

uint32 FStackWalkModuleInfo::TimeDateStamp

Definition at line 24 of file GenericPlatformStackWalk.h.


The documentation for this struct was generated from the following file: