Share via


ICcServer::Locale (Windows Embedded CE 6.0)

1/5/2010

This method gets and sets the current locale.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Syntax

HRESULT  get_Locale (
  DWORD* pdwLocale
);
  HRESULT put_Locale (
  DWORD dwLocale
);

Parameters

  • pdwLocale, dwLocale
    [in, out] Locale associated with the Core Connectivity server.

Return Value

If the method is successful, it returns S_OK. If the method fails, it returns an HRESULT error code.

Requirements

Header ccserver.h
Windows Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro

See Also

Reference

ICcServer
Core Connectivity Interfaces