ACX_IS_FIELD_AVAILABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxfuncenum.h

void ACX_IS_FIELD_AVAILABLE(
  StructName,
  FieldName
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxfuncenum-acx_is_field_available)

Description

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

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.

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.

See also