// wpprecorder.h
__drv_maxIRQL(HIGH_LEVEL)
NTSTATUS
WppRecorderDumpLiveDriverData(
_Out_ __deref_ecount(*OutBufferLength)
PVOID * OutBuffer,
_Out_
PULONG OutBufferLength,
_Out_
LPGUID Guid
);
View the official Windows Driver Kit DDI referenceNo description available.
The WppRecorderDumpLiveDriverData method gets the buffer associated with the specified Inflight Trace Recorder log.
__drv_maxIRQL(HIGH_LEVEL)
NTSTATUS
WppRecorderDumpLiveDriverData(
_Out_ __deref_ecount(*OutBufferLength)
PVOID * OutBuffer,
_Out_
PULONG OutBufferLength,
_Out_
LPGUID Guid
);
OutBuffer [out]Pointer to the buffer that was allocated by WppRecorderLogCreate.
OutBufferLength [out]Pointer to a ULONG that contains the size of the output buffer pointed to by OutBuffer.
Guid [out]Pointer to the WPP controller GUID that identifies the driver data.
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, one of appropriate NTSTATUS values