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

#include <WindowsPlatformProcess.h>

Public Member Functions

 FProcEnumerator ()
 
 FProcEnumerator (const FProcEnumerator &)=delete
 
FProcEnumeratoroperator= (const FProcEnumerator &)=delete
 
 ~FProcEnumerator ()
 
FProcEnumInfo GetCurrent () const
 
bool MoveNext ()
 

Private Attributes

Windows::PROCESSENTRY32CurrentEntry
 
Windows::HANDLE SnapshotHandle
 

Detailed Description

Process enumerator.

Definition at line 66 of file WindowsPlatformProcess.h.

Constructor & Destructor Documentation

◆ FProcEnumerator() [1/2]

FWindowsPlatformProcess::FProcEnumerator::FProcEnumerator ( )

◆ FProcEnumerator() [2/2]

FWindowsPlatformProcess::FProcEnumerator::FProcEnumerator ( const FProcEnumerator & )
delete

◆ ~FProcEnumerator()

FWindowsPlatformProcess::FProcEnumerator::~FProcEnumerator ( )

Member Function Documentation

◆ GetCurrent()

FProcEnumInfo FWindowsPlatformProcess::FProcEnumerator::GetCurrent ( ) const

◆ MoveNext()

bool FWindowsPlatformProcess::FProcEnumerator::MoveNext ( )

Moves current to the next process.

Returns
True if succeeded. False otherwise.

◆ operator=()

FProcEnumerator & FWindowsPlatformProcess::FProcEnumerator::operator= ( const FProcEnumerator & )
delete

Member Data Documentation

◆ CurrentEntry

Windows::PROCESSENTRY32* FWindowsPlatformProcess::FProcEnumerator::CurrentEntry
private

Definition at line 88 of file WindowsPlatformProcess.h.

◆ SnapshotHandle

Windows::HANDLE FWindowsPlatformProcess::FProcEnumerator::SnapshotHandle
private

Definition at line 91 of file WindowsPlatformProcess.h.


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