// acxelements.h
VOID ACX_PEAKMETER_CONFIG_INIT_ID(
PACX_PEAKMETER_CONFIG Config,
ULONG Id
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
ConfigAn ACX_PEAKMETER_CONFIG structure.
IdSet only to AcxElementIdDefault that is defined in the AcxElements header.
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.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.