WinDestroyObject: Difference between revisions
Appearance
m Verbage change. |
m corrected typo |
||
Line 1: | Line 1: | ||
== | == WinDestroyObject == | ||
; WinDestroyObject (objHndle) : | ; WinDestroyObject (objHndle) : | ||
Dispose of a class from the Workplace Shell. | Dispose of a class from the Workplace Shell. |
Revision as of 23:50, 6 May 2005
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