The ISimpleList::Add method appends a VARIANT to the SimpleList.
HRESULT Add(
VARIANT *pVar// in
);
<commerce.h>
Value | Meaning |
---|---|
S_OK | The call succeeded. |
E_OUTOFMEMORY | ISimpleList::Add dynamically allocates a VARIANT into which it copies the VARIANT that you specify. This VARIANT could not be allocated. |