CSPspEmu.Hle.Modules.kirk.semaphore.sceUtilsBufferCopyWithRange C# (CSharp) Метод

sceUtilsBufferCopyWithRange() приватный Метод

private sceUtilsBufferCopyWithRange ( byte OutputBuffer, int OutputSize, byte InputBuffer, int InputSize, int Command ) : int
OutputBuffer byte
OutputSize int
InputBuffer byte
InputSize int
Command int
Результат int
        public int sceUtilsBufferCopyWithRange(byte* OutputBuffer, int OutputSize, byte* InputBuffer, int InputSize, int Command)
        {
            return Kirk.sceUtilsBufferCopyWithRange(OutputBuffer, OutputSize, InputBuffer, InputSize, Command);
        }