Microsoft Windows CE 3.0  

CBaseWindow::OnSize

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Handles the WM_SIZE message.

virtual BOOL OnSize(
LONG
Width
,
LONG
Height
);

Parameters

Width
Window width.
Height
Window height.

Return Values

No return value.

Remarks

This member function stores the window width and height so that they can be returned from the CBaseWindow::GetWindowHeightand CBaseWindow::GetWindowWidthmember functions.