IConMan::SetLocale (Compact 2013)

3/26/2014

Deprecated.

This method sets the locale for the datastore.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT STDMETHODCALLTYPE SetLocale( 
  DWORD in_dwLangID
);

Parameters

  • in_dwLangID
    Language ID of target device locale.

Return Value

This method returns S_OK when successful.

Requirements

Header

conman.h

See Also

Reference

IConMan