ACX_STRUCTURE_SIZE - NtDoc

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

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

NtDoc

No description available.

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

Description

The ACX_STRUCTURE_SIZE functions gets the size, in bytes, of the specified ACX structure.

Parameters

StructName

The name of the ACX structure for which to get the size.

Remarks

Returns the size, in bytes, of the ACX structure specified by the StructName parameter.

ACX requirements

Minimum ACX version: 1.1

For more information about ACX versions, see ACX version overview.

See also