[DllImport("ntdll.dll", SetLastError : true)] def NtResumeThread(ThreadHandle as IntPtr, ref SuspendCount as UInt32) as UInt32: pass
Última actualización hace 1 año