Is there a Windows API returning the message text for NTSTATUS codes?
i.e. something similar to WinAPI: FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, ....)
FormatMessage
doesn’t work – neither on the ntstatus
code, nor on HRESULT_FROM_NT(ntstatus)
.