Jump to content

WinDestroyObject

From EDM2
Revision as of 23:37, 6 May 2005 by Daniel.lee.kruse (talk | contribs) (WinDestroyObject page created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WinEnumObjectClasses

WinDestroyObject (objHndle)

Remove 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