DeleteObject(3w)
NAME
DeleteObject (GDI32.@)
SYNOPSIS
BOOL DeleteObject
(
HGDIOBJ obj
)
DESCRIPTION
Delete a Gdi object.
PARAMS
obj [In] Gdi object to delete.
RETURNS
Success: TRUE. If object was not returned from GetStockObject(3w), any
resources it consumed are released.
Failure: FALSE, if object is not a valid Gdi object, or is currently
selected into a DC.
IMPLEMENTATION
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/gdiobj.c".
- Debug channel "gdi".