[DllImport("ntdll.dll", SetLastError = true)] public static extern void RtlDestroyProcessParameters( IntPtr ProcessParameters );
Last updated 1 year ago