ACX_IS_STRUCTURE_AVAILABLE macro (acxfuncenum.h)

The ACX_IS_STRUCTURE_AVAILABLE function enables you to query if the specified ACX structure is available on the system.

Syntax

void ACX_IS_STRUCTURE_AVAILABLE(
   StructName
);

Parameters

StructName

The name of the ACX structure for which to query.

Return value

None

Remarks

Returns TRUE if the structure 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