[DllImport("ntdll.dll", ExactSpelling = true)] [DefaultDllImportSearchPaths(DllImportSearchPath.System32)] public static extern NTSTATUS NtClose(HANDLE Handle);
Last updated 1 year ago