Previous in Contents Next in Contents

IMSCSMessageManger_3_0::AddLanguage

The AddLanguage method adds a language to the MessageManager object.

Syntax

HRESULT AddLanguage(
BSTR bstrLanguage,
);

Parameters

bstrLanguage
A string that identifies the language name.

Include File

<commerce.h>

Return Values

Value Meaning
S_OK The new element was added, or the value of an existing element was changed.
E_OUTOFMEMORY Memory could not be allocated for a new element.

Related Topic

IMSCSMessageManager_3_0::AddMessage


© 1997-2000 Microsoft Corporation. All rights reserved.