// wpprecorder.h
__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS
WppRecorderLinkCounters(
_In_
WPP_RECORDER_COUNTER CounterOwner
);
View the official Windows Driver Kit DDI referenceNo description available.
The WppRecorderLinkCounters method uses a sequence number to merge logs captured in different buffers by a driver.
__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS
WppRecorderLinkCounters(
_In_
WPP_RECORDER_COUNTER CounterOwner
);
CounterOwner [in]ID of the counter whose current value is to be read.
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, one of appropriate NTSTATUS values