ACX_IS_FIELD_AVAILABLE macro (acxfuncenum.h)
The ACX_IS_FIELD_AVAILABLE function enables you to query if the specified field is available in the specified ACX structure on the system.
Syntax
void ACX_IS_FIELD_AVAILABLE(
StructName,
FieldName
);
Parameters
StructName
The name of the ACX structure that contains the field specified in the FieldName parameter.
FieldName
The name of the field to query in the ACX structure specified in the StructName parameter.
Return value
None
Remarks
Returns TRUE if the field 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 |