WppRecorderLinkCounters - NtDoc

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

__drv_maxIRQL(DISPATCH_LEVEL)
NTSTATUS
WppRecorderLinkCounters(
    _In_
        WPP_RECORDER_COUNTER        CounterOwner
    );
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WppRecorderLinkCounters macro

Description

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

CounterOwner [in]

ID of the counter whose current value is to be read.

Remarks

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