This function starts the Workplace Shell DSOM server.

#define INCL_WPCLASS
#include <os2.h>

BOOL      fAction;  /*  Flag indicating the action to perform on the Workplace Shell DSOM server. */
APIRET    rc;       /*  Return code. */

rc = WinRestartWPDServer(fAction);


[Back] [Next]