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