Previous in Contents Next in Contents

ISimpleList::Add

The ISimpleList::Add method appends a VARIANT to the SimpleList.

Syntax

HRESULT Add(
VARIANT *pVar// in
);

Parameter

pVar
A pointer to the VARIANT to append to the SimpleList.

Include File

<commerce.h>

Return Value

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.

Related Topic

ISimpleList::Delete


© 1997-2000 Microsoft Corporation. All rights reserved.