WppRecorderLogSetIdentifier - NtDoc

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

void WppRecorderLogSetIdentifier(
  [in] RecorderLog,
  [in] LogIdentifier
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WppRecorderLogSetIdentifier macro

Description

The WppRecorderLogSetIdentifier method sets a string identifier for the recorder log.

Parameters

RecorderLog [in]

A recorder log handle returned in a previous call to WppRecorderLogCreate.

LogIdentifier [in]

A string identifier to set.

Remarks

Do not call WppRecorderLogSetIdentifier on the default log handle returned by WppRecorderLogGetDefault.