FLICONV-API
FLAM Character Conversion Interface
|
Macros | |
#define | FLICONV_LISTBYTES 8192 |
Internal buffer sizes for listings. | |
Typedefs | |
typedef int | TfDoOneList(unsigned int namescount, const char *const *names, void *data) |
Typedef of function pointer for do_one call back function. | |
#define FLICONV_LISTBYTES 8192 |
Internal buffer sizes for listings.
Use this value to allocate the data buffer written to by the default formatting function.
Example for C:
char data[FLICONV_LISTBYTES] fliconv_list(NULL,data)
typedef int TfDoOneList(unsigned int namescount, const char *const *names, void *data) |
Typedef of function pointer for do_one call back function.
A call back function that is used in function fliconv_list() to format the output of the supported CCSIDs, CHARSETs and encoding strings.
[in] | namescount | 3 + amount of aliases for this CCSID |
[in] | names | array of pointer to the CCSID, CHARSET, encoding string and it's aliases |
[in,out] | data | pointer to the data buffer (handle for the call back function) |