DWStrSortNamefunction
Returns the full localized name of the sort for the specified locale identifier, dependent on the language of the shell.
Syntax
FUNCTION DWStrSortName (BYVAL pwszLocale AS WSTRING PTR = LOCALE_NAME_USER_DEFAULT) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
pwszLocale | Pointer to a locale name, or one of the following predefined values: LOCALE_NAME_INVARIANT, LOCALE_NAME_SYSTEM_DEFAULT, LOCALE_NAME_USER_DEFAULT |
Description
The full localized name of the sort for the specified locale identifier, dependent on the language of the shell. This constant is used to determine casing and sorting behavior.
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:2355
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures