Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates a locale identifier from a language identifier and a sort order identifier.
Syntax
DWORD MAKELCID(
WORD lgid,
WORD srtid
);
Parameters
lgid
Language identifier. This identifier is a combination of a primary language identifier and a sublanguage identifier and is usually created by using the MAKELANGID macro.
srtid
Return value
Type: DWORD
Returns the locale identifier.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | winnt.h (include Windows.h) |
See also
National Language Support Macros