Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.3 KB

nf-acxfuncenum-acx_structure_size.md

File metadata and controls

65 lines (54 loc) · 1.3 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NF:acxfuncenum.ACX_STRUCTURE_SIZE
audio
ACX_STRUCTURE_SIZE
09/23/2022
Windows
The ACX_STRUCTURE_SIZE functions gets the size, in bytes, of the specified ACX structure.
false
function
acxfuncenum.h
apiref
HeaderDef
acxfuncenum.h
ACX_STRUCTURE_SIZE
ACX_STRUCTURE_SIZE
acxfuncenum/ACX_STRUCTURE_SIZE
c++
ACX_STRUCTURE_SIZE

-description

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

-parameters

-param 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