Jump to content

WinDestroyObject: Difference between revisions

From EDM2
m corrected typo
m corrected links
Line 11: Line 11:
=== Returns ===
=== Returns ===
True if successful, false if not successful.
True if successful, false if not successful.
* [[OS2 API:DataType:TRUE|TRUE]]
* [[OS2 API:Constant:TRUE|TRUE]]
* [[OS2 API:DataType:FALSE|FALSE]]
* [[OS2 API:Constant:FALSE|FALSE]]


=== Module ===
=== Module ===

Revision as of 06:23, 4 March 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