NamedPipeApi

@extern
class Object
trait Matchable
class Any

Value members

Concrete methods

def CreatePipe(readPipePtr: Ptr[Handle], writePipePtr: Ptr[Handle], securityAttributes: Ptr[SecurityAttributes], size: DWord): Boolean
def PeekNamedPipe(pipe: Handle, buffer: Ptr[Byte], bufferSize: DWord, bytesRead: Ptr[DWord], totalBytesAvailable: Ptr[DWord], bytesLeftThisMessage: Ptr[DWord]): Boolean