Platform SDK: International Features

SORTVERSIONFROMLCID

The SORTVERSIONFROMLCID macro retrieves the sort version from a locale identifier.

WORD SORTVERSIONFROMLCID(
  LCID lcid  // locale identifier
);

Parameters

lcid
Specifies the locale identifier. This parameter may have been created by using the MAKELCID macro.

Return Values

The return value is the sort version.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Winnt.h; include Windows.h.

See Also

National Language Support Overview, National Language Support Macros, National Language Support Overview, National Language Support Macros, MAKELCID