NtRaiseHandError
[DllImport("ntdll.dll", SetLastError = true)]
public static extern void NtRaiseHandError(
uint BugCheckCode,
uint BugCheckParameter1,
uint BugCheckParameter2,
uint BugCheckParameter3,
uint BugCheckParameter4
);
Microsoft documentation: Link
Last updated