WinDestroyObject: Difference between revisions
Appearance
m formatting |
No edit summary |
||
Line 37: | Line 37: | ||
=== OS Version Introduced === | === OS Version Introduced === | ||
[[OS2_API | Back to OS/2 API]] | |||
[[Category:The OS/2 API Project]] |
Revision as of 15:20, 1 November 2011
WinDestroyObject
- WinDestroyObject (objHndle)
- Dispose of a class from the Workplace Shell.
Parameters
- objHandle - HOBJECT - output
- Handle to a Workplace object.
Constants
Returns
True if successful, false if not successful.
Module
Define (C/C++)
INCL_WINWORKPLACE
Export name/Ordinal
Calling conversion
Example Code
... HOBJECT objHndl; BOOL rc; ... rc = WinDestroyObject (objHndl); ...
Related Functions
WinCreateObject WinSetObjectData