WppRecorderLinkCounters macro (wpprecorder.h)
The WppRecorderLinkCounters method uses a sequence number to merge logs captured in different buffers by a driver.
Syntax
__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS
WppRecorderLinkCounters(
_In_
WPP_RECORDER_COUNTER CounterOwner
);
Parameters
[in] CounterOwner
ID of the counter whose current value is to be read.
Return value
None
Remarks
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, one of appropriate NTSTATUS values
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wpprecorder.h |