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