WppRecorderGetTriageInfo - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wpprecorder.h

__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS WppRecorderGetTriageInfo(
  _Out_ PWPP_TRIAGE_INFO WppTriageInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wpprecorder-wpprecordergettriageinfo)

WppRecorderGetTriageInfo macro

Description

The WppRecorderGetTriageInfo method returns the WPP log for WER reporting.

Syntax

__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS WppRecorderGetTriageInfo(
  _Out_ PWPP_TRIAGE_INFO WppTriageInfo
);

Parameters

WppTriageInfo [out]

Pointer to a WPP_TRIAGE_INFO structure.

Remarks

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, one of appropriate NTSTATUS values