The CreateShopperID method creates a shopper ID and returns the shopper ID in a BSTR variable.
HRESULT CreateShopperID(
BSTR *pbstrRet// out, retval
);
If CreateShopperID cannot create the shopper ID, the method returns an HRESULT indicating failure, and initializes the pbstrRet out-value to NULL.
<commerce.h>
This method returns an HRESULT value.
Note You must call the IMSCSStandardSManager::InitManager method before calling CreateShopperID.
IMSCSStandardSManager_3_0::InitManager, IMSCSStandardSManager::PutShopperID