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, 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 "richole.h".

Implemented in "dlls/gdi32/gdiobj.c". source.winehq.org/source/dlls/gdi32/gdiobj.c

Debug channel "gdi".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.