LitDev.Engines.Functions.IowKitRead C# (CSharp) Method

IowKitRead() private method

private IowKitRead ( IntPtr IowHandle, UInt32 numPipe, byte buffer, UInt32 Length ) : UInt32
IowHandle System.IntPtr
numPipe System.UInt32
buffer byte
Length System.UInt32
return System.UInt32
        public static extern UInt32 IowKitRead(IntPtr IowHandle,
                                                UInt32 numPipe,
                                                byte[] buffer,
                                                UInt32 Length);