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

#include <WindowsPlatformProcess.h>

+ Inheritance diagram for FProcHandle:
+ Collaboration diagram for FProcHandle:

Public Member Functions

FORCEINLINE FProcHandle ()
 
FORCEINLINE FProcHandle (HandleType Other)
 
- Public Member Functions inherited from TProcHandle< Windows::HANDLE, nullptr >
FORCEINLINE TProcHandle ()
 
FORCEINLINE TProcHandle (Windows::HANDLE Other)
 
FORCEINLINE TProcHandleoperator= (const TProcHandle &Other)
 
FORCEINLINE Windows::HANDLE Get () const
 
FORCEINLINE void Reset ()
 
FORCEINLINE bool IsValid () const
 

Additional Inherited Members

- Public Types inherited from TProcHandle< Windows::HANDLE, nullptr >
typedef Windows::HANDLE HandleType
 
- Protected Attributes inherited from TProcHandle< Windows::HANDLE, nullptr >
Windows::HANDLE Handle
 

Detailed Description

Windows implementation of the process handle.

Definition at line 13 of file WindowsPlatformProcess.h.

Constructor & Destructor Documentation

◆ FProcHandle() [1/2]

FORCEINLINE FProcHandle::FProcHandle ( )
inline

Default constructor.

Definition at line 17 of file WindowsPlatformProcess.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FProcHandle() [2/2]

FORCEINLINE FProcHandle::FProcHandle ( HandleType Other)
inlineexplicit

Initialization constructor.

Definition at line 22 of file WindowsPlatformProcess.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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