CSPspEmu.Hle.Vfs.Emulator.HleIoDriverEmulator.IoIoctl C# (CSharp) Метод

IoIoctl() публичный Метод

public IoIoctl ( HleIoDrvFileArg HleIoDrvFileArg, uint Command, byte InputPointer, int InputLength, byte OutputPointer, int OutputLength ) : int
HleIoDrvFileArg HleIoDrvFileArg
Command uint
InputPointer byte
InputLength int
OutputPointer byte
OutputLength int
Результат int
        public unsafe int IoIoctl(HleIoDrvFileArg HleIoDrvFileArg, uint Command, byte* InputPointer, int InputLength, byte* OutputPointer, int OutputLength)
        {
            throw new NotImplementedException();
        }