wpHideFldrRunObjs - Syntax

For work area folders, this instance method is called to allow the folder to hide or minimize its open objects.

#define INCL_WINWORKPLACE
#include <os2.h>

WPFolder     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL          fHide;    /*  Flag indicating whether to hide or show open objects. */
BOOL          rc;       /*  Success indicator. */

rc = _wpHideFldrRunObjs(somSelf, fHide);


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