WinRestartSOMDD: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
Start the [[DSOM]] daemon. | |||
=== Syntax === | |||
WinRestartSOMDD(actionFlag) | |||
=== Parameters === | === Parameters === |
Revision as of 05:38, 20 May 2018
Start the DSOM daemon.
Syntax
WinRestartSOMDD(actionFlag)
Parameters
Constants
Flag values for the action to perform:
Returns
This function returns a APIRET with the values of:
Define (C/C++)
INCL_WPCLASS
Calling Convention
Example Code
... BOOL fAction; BOOL rc; ... rc = WinRestartSOMDD (fAction); ...
Related Functions
Notes
The PM Shell must be up and running.