WinIsSOMDDReady: Difference between revisions
Appearance
m Redirected page to OS2 API:PMI:WinIsSOMDDReady |
No edit summary |
||
Line 1: | Line 1: | ||
== WinIsSOMDDReady == | |||
; WinIsSOMDDReady() : Determines the readiness of the DSOM daemon. | |||
=== Returns === | |||
True if successful, false if not successful. | |||
*[[TRUE]] | |||
*[[FALSE]] | |||
=== Define (C/C++) === | |||
INCL_WINWORKPLACE | |||
=== Calling conversion === | |||
[[Cdecl32]] | |||
=== Example Code === | |||
... | |||
BOOL rc; | |||
... | |||
rc = WinIsSOMDDReady(); | |||
... | |||
=== Related Functions === | |||
*[[WinIsWPDServerReady]] | |||
*[[WinRestartSOMDD]] | |||
*[[WinRestartWPDServer]] | |||
=== Notes === | |||
The Workplace Shell uses the Distributed SOM (DSOM) framework from the [[System Object Model]] (SOM) for cross-process calls. A DSOM server must be running to allow cross-process calls. This API call, [[WinIsWPDServerReady]], determine's if the DSOM server process has been started. | |||
You can also see if the DSOM server process is running with the WPDSINIT.EXE command-line program. | |||
=== OS Version Introduced === | |||
OS/2 Warp 3.0 | |||
[[Category:Win]] |
Revision as of 01:50, 14 January 2017
WinIsSOMDDReady
- WinIsSOMDDReady()
- Determines the readiness of the DSOM daemon.
Returns
True if successful, false if not successful.
Define (C/C++)
INCL_WINWORKPLACE
Calling conversion
Example Code
... BOOL rc; ... rc = WinIsSOMDDReady(); ...
Related Functions
Notes
The Workplace Shell uses the Distributed SOM (DSOM) framework from the System Object Model (SOM) for cross-process calls. A DSOM server must be running to allow cross-process calls. This API call, WinIsWPDServerReady, determine's if the DSOM server process has been started.
You can also see if the DSOM server process is running with the WPDSINIT.EXE command-line program.
OS Version Introduced
OS/2 Warp 3.0