DeleteObject (GDI32.@)
BOOL DeleteObject ( HGDIOBJ obj )
Delete a Gdi object.
obj | [In] | Gdi object to delete. |
Success: TRUE. If object was not returned from GetStockObject, any resources it consumed are released.
Failure: FALSE, if object is not a valid Gdi object, or is currently selected into a DC.
Defined in "richole.h".
Implemented in "dlls/gdi/gdiobj.c". source.winehq.org/source/dlls/gdi/gdiobj.c
Debug channel "gdi".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.