Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Description
Closes an anonymous pipe.
| Name | ClosePipe |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static void ClosePipe
(
void * ReadPipe,
void * WritePipe
)
Parameters
| Name | Remarks |
|---|---|
| ReadPipe | The handle to the read end of the pipe. |
| WritePipe | The handle to the write end of the pipe. |
See Also
-
CreatePipe
-
ReadPipe