I'm learning C and recently found out that NtRaiseHardError accepts an array of ULONG parameters. The first member is a UNICODE_STRING string containing a message shown on the screen, but what do I set next?
I couldn't find anything about this in Google so I'm asking here. Is it another string, or a DWORD parameters maybe?