MwinPlacement (Window Placement) functions

:Associate with "MwinPlacement (Window Placement) functions" More...

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)

Detailed Description

:Associate with "MwinPlacement (Window Placement) functions"


Function Documentation

bool MwinPlacementIniRead ( INIHANDLE  IniHandle,
const char *  IniGroup,
const char *  IniName,
CWnd *  pWnd 
)

Read and set window placement from INI file.

Returns:
'true' if placement read, 'false' if not. Usually this function would be called in the OnCreate() handler for the window.
Parameters:
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.

Parameters:
IniHandle  INI handle, NULL for default
IniGroup  INI group name
IniName  INI item name
pWnd  Window to save placement for


Generated on Thu Apr 26 04:09:46 2007 for TNTsdk by  doxygen 1.5.2