WinRestartSOMDD: Difference between revisions
Appearance
m →Returns |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Start the [[DSOM]] daemon. | |||
=== Syntax === | |||
WinRestartSOMDD(actionFlag) | |||
=== Parameters === | === Parameters === | ||
Line 11: | Line 14: | ||
=== Returns === | === Returns === | ||
This function returns a [[APIRET]] with the values of: | This function returns a [[APIRET]] with the values of: | ||
* [[ | * [[PM Error Codes#PMERR_OK|PMERR_OK]] | ||
* [[ | * [[PM Error Codes#PMERR_SOMDD_IS_ACTIVE|PMERR_SOMDD_IS_ACTIVE]] | ||
* [[ | * [[PM Error Codes#PMERR_SOMDD_NOT_STARTED|PMERR_SOMDD_NOT_STARTED]] | ||
=== Define (C/C++) === | === Define (C/C++) === |
Latest revision as of 02:14, 1 December 2019
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.