ZwQueryWnfStateNameInformation

NTSTATUS __stdcall ZwQueryWnfStateNameInformation(
        _WNF_STATE_NAME *StateName,
        _WNF_STATE_NAME_INFORMATION NameInfoClass,
        VOID *ExplicitScope,
        VOID *InfoBuffer,
        UINT64 InfoBufferSize){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

DbgkpStartSystemErrorHandler
RtlRaiseCustomSystemEventTrigger