ACX_IS_FUNCTION_AVAILABLE macro (acxfuncenum.h)
The ACX_IS_FUNCTION_AVAILABLE function enables you to query if the specified ACX function is available on the system.
void ACX_IS_FUNCTION_AVAILABLE(
FunctionName
);
FunctionName
The name of the ACX function for which to query.
None
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.
Requirement | Value |
---|---|
Header | acxfuncenum.h |