wpIsCurrentDesktop - Syntax

This instance method allows the desktop to specify whether it is the active Desktop folder on the system.

#define INCL_WINWORKPLACE
#include <os2.h>

WPDesktop     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL           rc;       /*  Active desktop indicator. */

rc = _wpIsCurrentDesktop(somSelf);


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