// acxmisc.h
void DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME(
name
);
View the official Windows Driver Kit DDI referenceNo description available.
The DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME function declares an ACX object bag property name. Hdaudio defined properties start with hda_.
nameThe name of the declared constant.
This example shows the definition of DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME.
DECLARE_CONST_ACXOBJECTBAG_HDAUDIO_PROPERTY_NAME(HdAudName);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.