Jump to content

WinDestroyObject: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
(No difference)

Revision as of 22:10, 10 November 2016

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.

Define (C/C++)

INCL_WINWORKPLACE

Calling conversion

Cdecl32

Example Code

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

Related Functions