This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Save character-set information in a file
#include <photon/PxTerminal.h> int PxTerminalSaveCharsets( PtTerminalCharsets_t *charsets, PxTerminalCsNames_t *names, const char *filename );
phexlib
This function saves the character-set information in the given file. It's your responsibility to make sure that the information in *charsets is consistent with the information in *names -- generating both with the same call to PxTerminalBuildCharsets() is a good way to ensure consistency.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PxTerminalBuildCharsets(), PxTerminalLoadCharsets()
PtTerminal, PtTerminalCharsets_t in the Photon Widget Reference