RtlDestroyProcessParameters

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

Last updated