// wpprecorder.h
void WppRecorderLogSetIdentifier(
[in] RecorderLog,
[in] LogIdentifier
);
View the official Windows Driver Kit DDI referenceNo description available.
The WppRecorderLogSetIdentifier method sets a string identifier for the recorder log.
RecorderLog [in]A recorder log handle returned in a previous call to WppRecorderLogCreate.
LogIdentifier [in]A string identifier to set.
Do not call WppRecorderLogSetIdentifier on the default log handle returned by WppRecorderLogGetDefault.