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.
Retrieves the sort version from a locale identifier.
Syntax
WORD SORTVERSIONFROMLCID(
LCID lcid
);
Parameters
lcid
Locale identifier. You can use the MAKELCID macro to create a locale identifier or use one of the following predefined values.
Windows Vista and later: The following custom locale identifiers are also supported.Return value
Type: WORD
Returns the sort version. Currently, this macro only returns 0.
Remarks
Note that this macro is entirely distinct from SORTIDFROMLCID.
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) |