RECORDER_CONFIGURE_PARAMS_INIT function (wpprecorder.h)

The RECORDER_CONFIGURE_PARAMS_INIT function is used to initialize the RECORDER_CONFIGURE_PARAMS structure.

Syntax

void RECORDER_CONFIGURE_PARAMS_INIT(
  [out] PRECORDER_CONFIGURE_PARAMS Params
);

Parameters

[out] Params

A pointer to the RECORDER_CONFIGURE_PARAMS structure to initialize.

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header wpprecorder.h

See also

RECORDER_CONFIGURE_PARAMS