// wpprecorder.h
VOID RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER(
[out] PRECORDER_LOG_CREATE_PARAMS Params,
[in, optional] PCSTR LogIdentifier,
[in] const VOID *LogIdentifierAppendPointer
);
View the official Windows Driver Kit DDI referenceNo description available.
The RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER method initializes the RECORDER_LOG_CREATE_PARAMS with the pointer to link logs.
Params [out]A pointer to a RECORDER_LOG_CREATE_PARAMS structure.
LogIdentifier [in, optional]String identifier for the log.
LogIdentifierAppendPointer [in]A pointer from each debug message to its IFR’s metadata structure.