ACX_DATAFORMAT_CONFIG_INIT_KS - NtDoc

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

VOID ACX_DATAFORMAT_CONFIG_INIT_KS(
  [out] PACX_DATAFORMAT_CONFIG Config,
  [in]  PVOID                  Format
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdataformat-acx_dataformat_config_init_ks)

Description

The ACX_DATAFORMAT_CONFIG_INIT_KS function initializes an ACX_DATAFORMAT_CONFIG structure using a KS data format.

Parameters

Config [out]

A pointer to the ACX_DATAFORMAT_CONFIG structure to initialize.

Format [in]

A pointer to the KSDATAFORMAT.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also