// acxmisc.h
NTSTATUS AcxObjectBagAddSizeT(
ACXOBJECTBAG ObjectBag,
PCUNICODE_STRING ValueName,
size_t Value
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxObjectBagAddSizeT function adds a SIZE_T entry to an existing, initialized AcxObjectBag.
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.
ValueThe Value to be added to the ObjectBag.
Returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code. For more information, see Using NTSTATUS Values.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.