Compartilhar via


LcidToRfc1766 (Windows CE 5.0)

Send Feedback

This function translates a Windows locale identifier to a human-readable name that conforms to RFC-1766.

HRESULTLcidToRfc1766(LCIDLocale,LPTSTRpszRfc1766,intnChar);

Parameters

  • Locale
    Locale identifier (LCID) for which the caller wants to retrieve the RFC-1766-conforming name.
  • pszRfc1766
    Pointer to a string that receives the RFC-1766-conforming name of the locale.
  • nChar
    Integer that contains the number of characters in the name.

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.