ACX_TARGET_STREAM_CONFIG_INIT - NtDoc

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

VOID ACX_TARGET_STREAM_CONFIG_INIT(
  PACX_TARGET_STREAM_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxtargets-acx_target_stream_config_init)

Description

The ACX_TARGET_STREAM_CONFIG_INIT function initializes an ACX target stream config structure.

Parameters

Config

A pointer to the ACX_TARGET_STREAM_CONFIG structure that will be initialized.

Remarks

Example

    ACX_TARGET_STREAM_CONFIG targetStreamCfg;

    ACX_TARGET_STREAM_CONFIG_INIT(&targetStreamCfg);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also