// acxfuncenum.h
void ACX_STRUCTURE_SIZE(
StructName
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_STRUCTURE_SIZE functions gets the size, in bytes, of the specified ACX structure.
StructNameThe name of the ACX structure for which to get the size.
Returns the size, in bytes, of the ACX structure specified by the StructName parameter.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.