SYSNLS_FUNCTION Enumeration

Specifies NLS function capabilities.

Syntax

enum SYSNLS_FUNCTION
{
    COMPARE_STRING = 0x0001
};  

Constants

Constant Description
COMPARE_STRING Value indicating comparison of two strings in the manner of the CompareString function or LCMapString with the LCMAP_SORTKEY flag specified.

Requirements

Header: Declared in winnls.h.

Library: Use kernelx.lib.