// wpprecorder.h
__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS WppRecorderGetTriageInfo(
_Out_ PWPP_TRIAGE_INFO WppTriageInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
The WppRecorderGetTriageInfo method returns the WPP log for WER reporting.
__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS WppRecorderGetTriageInfo(
_Out_ PWPP_TRIAGE_INFO WppTriageInfo
);
WppTriageInfo [out]Pointer to a WPP_TRIAGE_INFO structure.
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, one of appropriate NTSTATUS values