The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SYSNLS_FUNCTION enumeration
Specifies NLS function capabilities.
Syntax
enum SYSNLS_FUNCTION {
COMPARE_STRING = 0x0001
};
Constants
- COMPARE_STRING
-
Value indicating comparison of two strings in the manner of the CompareString function or LCMapString with the LCMAP_SORTKEY flag specified.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
- National Language Support Enumeration Types
- CompareString
- GetNLSVersion
- IsNLSDefinedString
- LCMapString
Show: