Workplace Shell API: Difference between revisions
Appearance
→Workplace Shell API: clean up |
|||
Line 1: | Line 1: | ||
== Workplace Shell API == | == Workplace Shell API == | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
=== Presentation Manager Interface Related Functions === | === Presentation Manager Interface Related Functions === | ||
* [[OS2 API:WinCopyObject|WinCopyObject]] | * [[OS2 API:WinCopyObject|WinCopyObject]] | ||
Line 24: | Line 25: | ||
* [[OS2 API:PMI:WinUnlockSystem|WinUnlockSystem]] | * [[OS2 API:PMI:WinUnlockSystem|WinUnlockSystem]] | ||
* [[OS2 API:WinWaitForShell|WinWaitForShell]] | * [[OS2 API:WinWaitForShell|WinWaitForShell]] | ||
</div> | |||
=== Classes === | === Classes === | ||
Class hierarchy used in OS/2 Warp 4 for the Workplace Shell SOM classes. | Class hierarchy used in OS/2 Warp 4 for the Workplace Shell SOM classes. |
Revision as of 04:35, 23 November 2016
Workplace Shell API
Presentation Manager Interface Related Functions
- WinCopyObject
- WinCreateObject
- WinCreateShadow
- WinDeregisterObjectClass
- WinDestroyObject
- WinEnumObjectClasses
- WinIsSOMDDReady
- WinIsWPDServerReady
- WinLockupSystem
- WinMoveObject
- WinOpenObject
- WinQueryActiveDesktopPathname
- WinQueryObject
- WinQueryObjectPath
- WinRegisterObjectClass
- WinReplaceObjectClass
- WinRestartSOMDD
- WinRestartWPDServer
- WinSaveObject
- WinSetObjectData
- WinShutdownSystem
- WinUnlockSystem
- WinWaitForShell
Classes
Class hierarchy used in OS/2 Warp 4 for the Workplace Shell SOM classes.
- SOMObject
- SOMClass
- SOMClassMgr
- WPObject
The ones marked with asterisk (*) are the classes released in Workplace Shell for Warp 4. See also: List of Workplace Shell Classes
External References
- WPS1.INF - IBM Workplace Shell Programming Reference, Part 1 of 3 (Toolkit 4.5)
- WPS2.INF - IBM Workplace Shell Programming Reference, Part 2 of 3 (Toolkit 4.5)
- WPS3.INF - IBM Workplace Shell Programming Reference, Part 3 of 3 (Toolkit 4.5)
- WPSGUIDE.INF - IBM Workplace Shell Programming Guide (Toolkit 4.5)