Internal routine to growth the dialog box and its controls proportionally based off of a growth factor that is input.
unsigned int CWB_ENTRY cwbNL_GrowDialogXY(
HWND windowHandle,
float growthFactorX,
float growthFactorY,
cwb_Boolean growAllControls);
The following list shows common return values.
It is assumed that the translated text has been loaded into the controls prior to calling this function. The dialog-box frame will not be allowed to grow larger than the desktop window size.