Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 1.85 KB

nf-acxmisc-acxobjectbagaddstring.md

File metadata and controls

75 lines (58 loc) · 1.85 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.AcxObjectBagAddString
audio
AcxObjectBagAddString
12/16/2022
Windows
The AcxObjectBagAddString function adds a WDFSTRING object to an existing, initialized AcxObjectBag.
false
function
acxmisc.h
PASSIVE_LEVEL
apiref
LibDef
acxmisc.h
AcxObjectBagAddString
AcxObjectBagAddString
acxmisc/AcxObjectBagAddString
c++

-description

The AcxObjectBagAddString function adds a WDFSTRING object to an existing, initialized AcxObjectBag. For more information about WDFSTRING, see wdfstring.h header.

-parameters

-param ObjectBag

An initialized ObjectBag ACX object. For more information, see ACX - Summary of ACX Objects.

-param ValueName

A ValueName that will be associated with the added string and can be used to retrieve the stored string.

-param Value

The value of the WDFSTRING object to be stored in the ObjectBag.

-returns

Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.

-remarks

ACX requirements

Minimum ACX version: 1.0

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

-see-also