ACX_IS_STRUCTURE_AVAILABLE - NtDoc

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

void ACX_IS_STRUCTURE_AVAILABLE(
  StructName
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Parameters

StructName

The name of the ACX structure for which to query.

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.

See also