Previous in Contents Next in Contents

IMSCSStandardSManager_3_0::CreateShopperID

The CreateShopperID method creates a shopper ID and returns the shopper ID in a BSTR variable.

Syntax

HRESULT CreateShopperID(
BSTR *pbstrRet// out, retval
);

Parameters

pbstrRet
Points to a BSTR variable, which the CreateShopperID method initializes to the new shopper ID.

Return Value

If CreateShopperID cannot create the shopper ID, the method returns an HRESULT indicating failure, and initializes the pbstrRet out-value to NULL.

Include

<commerce.h>

Return Value

This method returns an HRESULT value.

Note  You must call the IMSCSStandardSManager::InitManager method before calling CreateShopperID.

Related Topic

IMSCSStandardSManager_3_0::InitManager, IMSCSStandardSManager::PutShopperID


© 1997-2000 Microsoft Corporation. All rights reserved.