stringapiset.h header

This header is used by Internationalization for Windows Applications. For more information, see:

stringapiset.h contains the following programming interfaces:

Functions

 
CompareStringEx

Compares two Unicode (wide character) strings, for a locale specified by name.Caution  Using CompareStringEx incorrectly can compromise the security of your application.
CompareStringOrdinal

Compares two Unicode strings to test binary equivalence.
CompareStringW

The CompareStringW (Unicode) function (stringapiset.h) compares two character strings, for a locale specified by identifier.
FoldStringW

Maps one Unicode string to another, performing the specified transformation. (FoldStringW)
GetStringTypeExW

Retrieves character type information for the characters in the specified source string.
GetStringTypeW

Retrieves character type information for the characters in the specified Unicode source string.
MultiByteToWideChar

Maps a character string to a UTF-16 (wide character) string.
WideCharToMultiByte

Maps a UTF-16 (wide character) string to a new character string.