Jump to content

WinDestroyObject: Difference between revisions

From EDM2
m corrected links
m formatting
Line 1: Line 1:
== WinDestroyObject ==
== WinDestroyObject ==
; WinDestroyObject (objHndle) :  
; WinDestroyObject (objHndle) : Dispose of a class from the Workplace Shell.
Dispose of a class from the Workplace Shell.


=== Parameters ===
=== Parameters ===
; objHandle - [[OS2 API:DataType:HOBJECT|HOBJECT]] - output :  
; objHandle - [[OS2 API:DataType:HOBJECT|HOBJECT]] - output : Handle to a Workplace object.
Handle to a Workplace object.


=== Constants ===
=== Constants ===

Revision as of 04:45, 1 May 2006

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

Cdecl32

Example Code

...
HOBJECT objHndl;
BOOL    rc;
...
rc = WinDestroyObject (objHndl);
...

Related Functions

WinCreateObject WinSetObjectData

Notes

OS Version Introduced