Closes the specified window and releases all memory associated with the window.
Syntax
void _WClose(WHANDLE wh)
WHANDLE wh; /* Window handle. */
Remarks
If the window is displayed on the screen, _WClose( ) removes it from the screen.
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.