Functions | |
| bool | MwinPlacementIniRead (INIHANDLE IniHandle, const char *IniGroup, const char *IniName, CWnd *pWnd) |
| void | MwinPlacementIniWrite (INIHANDLE IniHandle, const char *IniGroup, const char *IniName, CWnd *pWnd) |
| bool MwinPlacementIniRead | ( | INIHANDLE | IniHandle, | |
| const char * | IniGroup, | |||
| const char * | IniName, | |||
| CWnd * | pWnd | |||
| ) |
Read and set window placement from INI file.
| IniHandle | INI handle, NULL for default |
| IniGroup | INI group name |
| IniName | INI item name |
| pWnd | Window to read placement for |
| void MwinPlacementIniWrite | ( | INIHANDLE | IniHandle, | |
| const char * | IniGroup, | |||
| const char * | IniName, | |||
| CWnd * | pWnd | |||
| ) |
Write window placement to INI file.
Usually this function would be called in the OnDestroy() handler for the window.
| IniHandle | INI handle, NULL for default |
| IniGroup | INI group name |
| IniName | INI item name |
| pWnd | Window to save placement for |
1.5.2