ICcServer::Locale (Compact 2013)
3/26/2014
Deprecated.
This method gets and sets the current locale.
In Windows Embedded Compact 2013, 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 |