Namespaces |
namespace | std |
Functions |
void | insertPitch (const HWND& hCtrl, string pitch[], const int MAX_ENTRIES) |
| populates combobox with font sizes.
|
void | insertFontNames (const HWND& hCtrl, const string& font, string* fName) |
| populate a combobox with font names from a reg key.
|
const int | readFormatFile (char appName[][MAX_CH], char format[][MAX_CH], const int MAX_APPS) |
| reads format info from a file.
|
bool | isRegKeyCreated (const string& regKeyName, unsigned char& val) |
| return false if the registery key does not exist. More...
|
bool | isRegKeyCreated (const string& regKeyName) |
| determines if a reg key has been created.
|
void | createRegKey (const string& regKeyName, const bool& infoState) |
| creates a reg key for the info prompt; only storing a 0 or a 1.
|
void | createRegKey (const string& regKeyName, const string& font) |
| create a reg key for a font name.
|
void | updateRegKey (const string& regKeyName, const bool& infoState) |
| change the info prompt reg key.
|
void | updateFontName (const HWND& hCtrl, const char* buff, string* fName, const string& regKeyName, const int MAX_FONTS) |
| update the font names in the registry key.
|