// acxmisc.h
NTSTATUS AcxObjectBagRetrieveMultiString(
ACXOBJECTBAG ObjectBag,
PCUNICODE_STRING ValueName,
PWDF_OBJECT_ATTRIBUTES StringsAttributes,
WDFCOLLECTION Values
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxObjectBagRetrieveMultiString function retrieves a MultiString value from an existing, initialized AcxObjectBag that contains values.
ObjectBagAn initialized ObjectBag ACX object. For more information, see ACX - Summary of ACX Objects.
ValueNameThe name of the value that will be used to access the value.
StringsAttributesValuesThe Values to be retrieved from the ObjectBag.
Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.
Example pending.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.