_WSizeP( ) API Library Routine

See Also   Example

Sets the new dimensions of the window to the height and width specified in pixels by h and v in the pt parameter.

Syntax

void _WSizeP(WHANDLE wh, Point pt)
WHANDLE wh;            /* Window handle. */
Point pt;                     /* Position. */

Remarks

For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.


Send feedback to MSDN.Look here for MSDN Online resources.