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

IowKitWrite() private method

private IowKitWrite ( 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 IowKitWrite(IntPtr IowHandle,
                                                 UInt32 numPipe,
                                                 byte[] buffer,
                                                 UInt32 length);