ACX_PEAKMETER_CONFIG_INIT_ID function (acxelements.h)
At this time, the ACX_PEAKMETER_CONFIG_INIT_ID function can only take AcxElementIdDefault as input for the element ID, which is the same as using ACX_PEAKMETER_CONFIG_INIT. Because of this, ACX_PEAKMETER_CONFIG_INIT is recommended.
Syntax
void ACX_PEAKMETER_CONFIG_INIT_ID(
PACX_PEAKMETER_CONFIG Config,
ULONG Id
);
Parameters
Config
An ACX_PEAKMETER_CONFIG structure.
Id
Set only to AcxElementIdDefault that is defined in the AcxElements header.
Return value
None
Remarks
As the ACX_PEAKMETER_CONFIG_INIT_ID provides the same functionality as ACX_PEAKMETER_CONFIG_INIT, the use of ACX_PEAKMETER_CONFIG_INIT is recommended.
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxelements.h |
See also
- [acxelements.h header](index.md)