IDataFunctions::GetLocaleList

The GetLocaleList method returns an ISimpleList interface pointer on a SimpleList that lists the locales available on the system.

Syntax

HRESULT GetLocaleList(
VARIANT *pvarRet// out
);

Parameters

pvarRet
An ISimpleList pointer on the SimpleList of system locales, if the method succeeds; Otherwise, NULL.

Include

<commerce.h>

Return Value

Value Description
S_OK This method always returns S_OK. If the method fails, pvarRet evaluates to NULL.

Related Topic

IDataFunctions::GetLocaleInfo


© 1997-1998 Microsoft Corporation. All rights reserved.