ACX_STREAMAUDIOENGINE_CONFIG_INIT_ID - NtDoc

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

VOID ACX_STREAMAUDIOENGINE_CONFIG_INIT_ID(
  PACX_STREAMAUDIOENGINE_CONFIG Config,
  ULONG                         Id
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxelements-acx_streamaudioengine_config_init_id)

Description

At this time, the ACX_STREAMAUDIOENGINE_CONFIG_INIT_ID function can only take AcxElementIdDefault as input for the element ID, which is the same as using ACX_STREAMAUDIOENGINE_CONFIG_INIT. Because of this, ACX_STREAMAUDIOENGINE_CONFIG_INIT is recommended.

Parameters

Config

An ACX_STREAMAUDIOENGINE_CONFIG structure.

Id

Set only to AcxElementIdDefault that is defined in the AcxElements header.

Remarks

As the ACX_STREAMAUDIOENGINE_CONFIG_INIT_ID provides the same functionality as ACX_STREAMAUDIOENGINE_CONFIG_INIT, the use of ACX_STREAMAUDIOENGINE_CONFIG_INIT is recommended.

ACX requirements

Minimum ACX version: 1.0

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

See also