Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FWindowsPlatformProcess::FProcEnumInfo Struct Reference

#include <WindowsPlatformProcess.h>

Public Member Functions

 ~FProcEnumInfo ()
 
uint32 GetPID () const
 
uint32 GetParentPID () const
 
FString GetName () const
 
FString GetFullPath () const
 

Private Member Functions

 FProcEnumInfo (const Windows::PROCESSENTRY32 &InInfo)
 

Private Attributes

Windows::PROCESSENTRY32Info
 

Friends

FProcEnumInfo FProcEnumerator::GetCurrent () const
 

Detailed Description

Process enumeration info structure.

Definition at line 97 of file WindowsPlatformProcess.h.

Constructor & Destructor Documentation

◆ ~FProcEnumInfo()

FWindowsPlatformProcess::FProcEnumInfo::~FProcEnumInfo ( )

◆ FProcEnumInfo()

FWindowsPlatformProcess::FProcEnumInfo::FProcEnumInfo ( const Windows::PROCESSENTRY32 & InInfo)
private

Member Function Documentation

◆ GetFullPath()

FString FWindowsPlatformProcess::FProcEnumInfo::GetFullPath ( ) const

◆ GetName()

FString FWindowsPlatformProcess::FProcEnumInfo::GetName ( ) const

◆ GetParentPID()

uint32 FWindowsPlatformProcess::FProcEnumInfo::GetParentPID ( ) const

◆ GetPID()

uint32 FWindowsPlatformProcess::FProcEnumInfo::GetPID ( ) const

Friends And Related Symbol Documentation

◆ FProcEnumerator::GetCurrent

Member Data Documentation

◆ Info

Windows::PROCESSENTRY32* FWindowsPlatformProcess::FProcEnumInfo::Info
private

Definition at line 121 of file WindowsPlatformProcess.h.


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