RECORDER_LOG_CREATE_PARAMS_INIT function (wpprecorder.h)

The RECORDER_LOG_CREATE_PARAMS_INIT function is used to initialize the RECORDER_LOG_CREATE_PARAMS structure.

Syntax

void RECORDER_LOG_CREATE_PARAMS_INIT(
  [out]          PRECORDER_LOG_CREATE_PARAMS Params,
  [in, optional] PSTR                        LogIdentifier
);

Parameters

[out] Params

A pointer to the RECORDER_LOG_CREATE_PARAMS structure to initialize.

[in, optional] LogIdentifier

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header wpprecorder.h

See also

RECORDER_LOG_CREATE_PARAMS