IMSCSStandardSManager_3_0::PutShopperID

The PutShopperID method stores the shopper ID generated by CreateShopperID as a cookie on the user’s hard disk, or as a URL argument. The way in which PutShopperID stores the shopper ID depends upon the mode in which the StandardSManager was initialized.

Syntax

HRESULT PutShopperID(
IDispatch *pdispContext,// in
BSTR bstr// in
);

Parameters

pdispContext
An IDispatch interface pointer on the pipe context Dictionary.
bstr
A BSTR that contains the shopper ID created through a previous call to GetShopperID.

Related Topic

IMSCSStandardSManager_3_0::GetShopperID


© 1997-1998 Microsoft Corporation. All rights reserved.