Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.42 KB

ns-acxdriver-acx_driver_version_available_params.md

File metadata and controls

77 lines (61 loc) · 2.42 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:acxdriver._ACX_DRIVER_VERSION_AVAILABLE_PARAMS
audio
ACX_DRIVER_VERSION_AVAILABLE_PARAMS
01/31/2022
Windows
The ACX_DRIVER_VERSION_AVAILABLE_PARAMS structure is passed as a parameter to the AcxDriverIsVersionAvailable function.
false
structure
acxdriver.h
ACX_DRIVER_VERSION_AVAILABLE_PARAMS, *PACX_DRIVER_VERSION_AVAILABLE_PARAMS
apiref
HeaderDef
acxdriver.h
_ACX_DRIVER_VERSION_AVAILABLE_PARAMS
PACX_DRIVER_VERSION_AVAILABLE_PARAMS
ACX_DRIVER_VERSION_AVAILABLE_PARAMS
_ACX_DRIVER_VERSION_AVAILABLE_PARAMS
acxdriver/_ACX_DRIVER_VERSION_AVAILABLE_PARAMS
PACX_DRIVER_VERSION_AVAILABLE_PARAMS
acxdriver/PACX_DRIVER_VERSION_AVAILABLE_PARAMS
ACX_DRIVER_VERSION_AVAILABLE_PARAMS
acxdriver/ACX_DRIVER_VERSION_AVAILABLE_PARAMS
c++

-description

The ACX_DRIVER_VERSION_AVAILABLE_PARAMS structure is passed as a parameter to the AcxDriverIsVersionAvailable function.

-struct-fields

-field Size

This field is set by the ACX_DRIVER_VERSION_AVAILABLE_PARAMS_INIT function.

-field MajorVersion

The major version of the audio driver for which to check.

-field MinorVersion

The minor version of the audio driver for which to check.

-remarks

Instances of this structure must be initialized by calling the ACX_DRIVER_VERSION_AVAILABLE_PARAMS_INIT function. A pointer to an ACX_DRIVER_VERSION_AVAILABLE_PARAMS structure is passed as a parameter to the AcxDriverIsVersionAvailable function.

ACX requirements

Minimum ACX version: 1.0

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

-see-also