NWGetCollateTable(3nw)


NWGetCollateTable -- gets Character Collation Table from current operating system

Synopsis

   #include <time.h> or #define NWL_EXCLUDE_TIME 
   #include <stdio.h> or #define NWL_EXCLUDE_FILE 
   #include <nwlocale.h> 
   

int NWAPI NWGetCollateTable (char NWFAR *retCollateTable, size_t maxLen);

Description

The parameters are as follows:

retCollateTable
(IN) Points to the buffer receiving the collate table.

maxLen
(IN) Specifies the maximum buffer size.

Return values

0x0000
Successful

Non-zero
Operating System Error

Services

Internationalization

NCP calls

None

References

NWLsetlocale(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.