WinRestartSOMDD: Difference between revisions
Appearance
No edit summary |
|||
Line 18: | Line 18: | ||
INCL_WPCLASS | INCL_WPCLASS | ||
=== Calling | === Calling Convention === | ||
[[Cdecl32]] | [[Cdecl32]] | ||
Revision as of 19:32, 18 January 2017
- WinRestartSOMDD(actionFlag)
- Start the DSOM daemon.
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.