wpHide - Syntax

This instance method is called to hide or minimize open views of this object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL          rc;       /*  Success indicator. */

rc = _wpHide(somSelf);


[Back: wpHide]
[Next: wpHide Parameter - somSelf]