ACX_IS_FUNCTION_AVAILABLE - NtDoc

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

void ACX_IS_FUNCTION_AVAILABLE(
  FunctionName
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Parameters

FunctionName

The name of the ACX function for which to query.

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.

See also