System.IO.BACnet.BacnetPipeTransport.PeekNamedPipe C# (CSharp) Méthode

PeekNamedPipe() private méthode

private PeekNamedPipe ( IntPtr handle, IntPtr buffer, uint nBufferSize, IntPtr bytesRead, uint &bytesAvail, IntPtr BytesLeftThisMessage ) : bool
handle System.IntPtr
buffer System.IntPtr
nBufferSize uint
bytesRead System.IntPtr
bytesAvail uint
BytesLeftThisMessage System.IntPtr
Résultat bool
        private static extern bool PeekNamedPipe(IntPtr handle, IntPtr buffer, uint nBufferSize, IntPtr bytesRead, ref uint bytesAvail, IntPtr BytesLeftThisMessage);