The put_Prefix method changes the prefix for an IDictionary instance. The prefix for an IDictionary instance determines which Dictionary entries are not persisted. By default, the IDictionary prefix is an underscore character (_), so that IDictonary names that begin with an underscore are not persisted.
HRESULT put_Prefix(
BSTRbstr// in
);
<commerce.h>
Value | Meaning |
---|---|
S_OK | The method succeeded. |
E_POINTER | The bstr parameter is NULL. |