NWGetCollateTable
Gets the Character Collation Table from the current OS
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
nint N_API NWGetCollateTable (
pnstr retCollateTable,
size_t maxLen);
uses netwin32
Function NWGetCollateTable
(retCollateTable : pnstr;
maxLen : size_t
) : nint;
A collation table is a 256-byte array giving the collation weight for each character in the current code page. The collation weight indicates how characters should be sorted, which varies from country to country.