// acxfuncenum.h
void ACX_IS_FIELD_AVAILABLE(
StructName,
FieldName
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_IS_FIELD_AVAILABLE function enables you to query if the specified field is available in the specified ACX structure on the system.
StructNameThe name of the ACX structure that contains the field specified in the FieldName parameter.
FieldNameThe name of the field to query in the ACX structure specified in the StructName parameter.
Returns TRUE if the field exists on the system, otherwise FALSE.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.