WinDestroyObject: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters == | ==Parameters == | ||
; objHandle | ; objHandle ([[HOBJECT]]) - output : Handle to a Workplace object. | ||
== Constants == | == Constants == |
Latest revision as of 20:03, 7 April 2024
Dispose of a class from the Workplace Shell.
Syntax
WinDestroyObject (objHndle)
Parameters
- objHandle (HOBJECT) - output
- Handle to a Workplace object.
Constants
Returns
True if successful, false if not successful.
Define (C/C++)
INCL_WINWORKPLACE
Calling Convention
Example Code
... HOBJECT objHndl; BOOL rc; ... rc = WinDestroyObject (objHndl); ...