Previous in Contents Next in Contents

IMSCSMessageManager_3_0::get_defaultLanguage

The get_defaultLanguage method returns a BSTR that contains the default language for the MessageManager.

HRESULT get_defaultLanguage(
BSTR *pstr// out
);

Parameter

pstr
A BSTR that contains the name of the language.

Include File

<commerce.h>

Return Value

Value Description
S_OK The method succeeded, and the BSTR out-value contains the name of the default language.
E_FAIL The method failed, and the BSTR out-value is NULL.

Related Topic

IMSCSMessageManager_3_0::put_defaultLanguage


© 1997-2000 Microsoft Corporation. All rights reserved.