CSPspEmu.Hle.Modules.sysmem.sceSuspendForUser.sceKernelVolatileMemTryLock C# (CSharp) Метод

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

private sceKernelVolatileMemTryLock ( int Type, uint &OutAddress, int &OutSize ) : int
Type int
OutAddress uint
OutSize int
Результат int
        public int sceKernelVolatileMemTryLock(int Type, out uint OutAddress, out int OutSize)
        {
            return sceKernelVolatileMemLock(Type, out OutAddress, out OutSize);
        }