CSPspEmu.Hle.Vfs.Iso.HleIoDriverIso.IoDevctl C# (CSharp) Method

IoDevctl() public method

public IoDevctl ( HleIoDrvFileArg HleIoDrvFileArg, string DeviceName, uint Command, byte InputPointer, int InputLength, byte OutputPointer, int OutputLength ) : int
HleIoDrvFileArg HleIoDrvFileArg
DeviceName string
Command uint
InputPointer byte
InputLength int
OutputPointer byte
OutputLength int
return int
        public unsafe int IoDevctl(HleIoDrvFileArg HleIoDrvFileArg, string DeviceName, uint Command, byte* InputPointer, int InputLength, byte* OutputPointer, int OutputLength)
        {
            throw new NotImplementedException();
        }