RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER function

Description

The RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER method initializes the RECORDER_LOG_CREATE_PARAMS with the pointer to link logs.

Parameters

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.