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.
Syntax
void ACX_IS_FUNCTION_AVAILABLE(
FunctionName
);
Parameters
FunctionName
The name of the ACX function for which to query.
Return value
None
Remarks
Returns TRUE if the function exists on the system, otherwise FALSE.
ACX requirements
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxfuncenum.h |