This function starts the DSOM daemon.

#define INCL_WPCLASS
#include <os2.h>

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

rc = WinRestartSOMDD(fAction);


[Back] [Next]