RECORDER_LOG_CREATE_PARAMS_INIT - NtDoc

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

VOID RECORDER_LOG_CREATE_PARAMS_INIT(
  [out]          PRECORDER_LOG_CREATE_PARAMS Params,
  [in, optional] PCSTR                       LogIdentifier
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

RECORDER_LOG_CREATE_PARAMS_INIT function

Description

The RECORDER_LOG_CREATE_PARAMS_INIT function is used to initialize the RECORDER_LOG_CREATE_PARAMS structure.

Parameters

Params [out]

A pointer to the RECORDER_LOG_CREATE_PARAMS structure to initialize.

LogIdentifier [in, optional]

See also

RECORDER_LOG_CREATE_PARAMS