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

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

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