Choose your operating system:
Windows
macOS
Linux
| TProcHandle
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/HoloLens/HoloLensPlatformProcess.h |
Include |
#include "HoloLens/HoloLensPlatformProcess.h" |
struct FProcHandle : public TProcHandle< void *, nullptr >
Dummy process handle for platforms that use generic implementation.
FProcHandle can be copied (and thus passed by value).
Name | Description | ||
---|---|---|---|
|
pid_t |
OpenedPid |
Pid of external process opened with OpenProcess() call. |
|
FProcState *... |
ProcInfo |
Child proc state set from CreateProc() call |
Name | Description | |
---|---|---|
|
FProcHandle() |
Default constructor. |
|
FProcHandle() |
|
|
FProcHandle ( |
Initialization constructor. |
|
FProcHandle ( |
|
|
FProcHandle ( |
Name | Description | ||
---|---|---|---|
|
pid_t |
Get() |
Accessors. |
|
FProcState &... |
GetProcessInfo() |
The below is not part of FProcHandle API and is specific to Unix implementation |
|
IsValid() |
Checks the validity of handle |
|
|
Reset() |
Resets the handle to invalid |