The josCharacterToAnsi call, shown in the following example, converts a JADE
int josCharacterToAnsi(Character * pSource, char target[], Size sizeOfTargetInChar);
The parameters for this call are listed in the following table.
Parameter | Description |
---|---|
pSource | String of JADE characters that are to be converted |
target | Location of the buffer to receive the converted string |
sizeOfTargetInChar | Size of the target buffer, defined in ANSI characters |