SafeFileHandle.CreateAnonymousPipe Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void CreateAnonymousPipe(out Microsoft.Win32.SafeHandles.SafeFileHandle readHandle, out Microsoft.Win32.SafeHandles.SafeFileHandle writeHandle, bool asyncRead = false, bool asyncWrite = false);
static member CreateAnonymousPipe : SafeFileHandle * SafeFileHandle * bool * bool -> unit
Public Shared Sub CreateAnonymousPipe (ByRef readHandle As SafeFileHandle, ByRef writeHandle As SafeFileHandle, Optional asyncRead As Boolean = false, Optional asyncWrite As Boolean = false)
Parameters
- readHandle
- SafeFileHandle
- writeHandle
- SafeFileHandle
- asyncRead
- Boolean
- asyncWrite
- Boolean