Previous in Contents Next in Contents

IDBStorage::InsertData

The InsertData method inserts the contents of a Dictionary object into a database row.

Syntax

HRESULT InsertData(
VARIANT vtReserved,// in
IDispatch *pdispData// in
);

Parameters

vtReserved
Reserved for future use. This parameter is ignored by InsertData.
pdispData
An IDispatch pointer on the Dictionary that contains the data to insert.

Include

<commerce.h>

Return Value

Value Description
S_OK This function always returns S_OK. If the call to InsertData is unsuccessful, the ppdispRet out-value evaluates to NULL.

Related Topic

IDBStorage::DeleteData, IDBStorage::DeleteDataKey


© 1997-2000 Microsoft Corporation. All rights reserved.