The GetLocaleList method returns an ISimpleList interface pointer on a SimpleList that lists the locales available on the system.
HRESULT GetLocaleList(
VARIANT *pvarRet// out
);
<commerce.h>
Value | Description |
---|---|
S_OK | This method always returns S_OK. If the method fails, pvarRet evaluates to NULL. |