OS2 API:WinRestartSOMDD

From EDM2
Jump to: navigation, search

Contents

WinRestartSOMDD

WinRestartSOMDD(actionFlag) 
Start the DSOM daemon.

Parameters

actionFlag - BOOL - input 
Flag indicating the state to put the DSOM daemon into.

Constants

Flag values for the action to perform:

TRUE 
Start the DSOM daemon.
FALSE 
Stop the DSOM daemon.

Returns

This function returns a APIRET with the values of:

Module

Define (C/C++)

INCL_WPCLASS

Export name/Ordinal

Calling conversion

Cdecl32

Example Code

...
BOOL fAction;
BOOL rc;
...
rc = WinRestartSOMDD (fAction);
...

Related Functions

WinIsSOMDDReady WinIsWPDServerReady WinRestartWPDServer

Notes

The PM Shell must be up and running.

OS Version Introduced

Back to OS/2 API

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox