Declaration:
int GetWindowWidth(unsigned long handle);
Description
Obtains the width of the specified window user area.
The handle parameter is the window identifier produced by the call of the OpenWindow, and FindWindow functions.
This function is useful, when it is necessary to draw in the User window regardless of its size.
Returned value
The height of the specified window user area in pixels.
|