Ark Server API (ASA) - Wiki
|
#include <WindowsPlatformProcess.h>
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 TProcHandle & | operator= (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 |
Windows implementation of the process handle.
Definition at line 13 of file WindowsPlatformProcess.h.
|
inline |
Default constructor.
Definition at line 17 of file WindowsPlatformProcess.h.
|
inlineexplicit |
Initialization constructor.
Definition at line 22 of file WindowsPlatformProcess.h.