Share via


Rfc1766ToLcid (Windows CE 5.0)

Send Feedback

This function translates an RFC-1766-conforming name to a locale identifier (LCID) value.

HRESULTRfc1766ToLcid(LCID* pLocale,LPTSTRpszRfc1766);

Parameters

  • pLocale
    Pointer to the buffer that receives the LCID.
  • pszRfc1766
    Pointer to a string that contains the RFC-1766-conforming name for which the caller wants information.

Return Values

Returns S_OK if successful or an error value otherwise.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.