Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WinDestroyPointer (1.2)
◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
#define INCL_WINPOINTERS
BOOL WinDestroyPointer(hptr)
HPOINTER hptr; /* handle of the pointer or icon */
The WinDestroyPointer function destroys a pointer or an icon. A pointer can
be destroyed only by the process that created it. The system pointers and
icons cannot be destroyed.
Parameter Description
────────────────────────────────────────────────────────────────────────────
hptr Identifies the pointer or icon to destroy.
Return Value
The return value is TRUE if the function is successful or FALSE if an error
occurs.
See Also
WinCreatePointer, WinDestroyAccelTable, WinDestroyAtomTable,
WinDestroyCursor, WinDestroyHeap, WinDestroyMsgQueue, WinDestroyWindow
♦