WppRecorderLogSetIdentifier macro (wpprecorder.h)
The WppRecorderLogSetIdentifier method sets a string identifier for the recorder log.
Syntax
void WppRecorderLogSetIdentifier(
[in] RecorderLog,
[in] LogIdentifier
);
Parameters
[in] RecorderLog
A recorder log handle returned in a previous call to WppRecorderLogCreate.
[in] LogIdentifier
A string identifier to set.
Return value
None
Remarks
Do not call WppRecorderLogSetIdentifier on the default log handle returned by WppRecorderLogGetDefault.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wpprecorder.h |