Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 1.63 KB

nf-acxmisc-declare_const_acxobjectbag_soundwire_property_name.md

File metadata and controls

71 lines (57 loc) · 1.63 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
NF:acxmisc.DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME
audio
DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME
06/17/2022
Windows
The DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME function declares an ACX object bag property name. Soundwire defined properties start with "sdca_".
false
function
acxmisc.h
apiref
HeaderDef
acxmisc.h
DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME
DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME
acxmisc/DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME
c++

-description

The DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME function declares an ACX object bag property name. Soundwire defined properties start with sdca_.

-parameters

-param name

The name of the declared ACX object bag property name.

-remarks

Example

This example shows the definition of DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME.

	DECLARE_CONST_ACXOBJECTBAG_SOUNDWIRE_PROPERTY_NAME(DPNo);

ACX requirements

Minimum ACX version: 1.0

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

-see-also