NAME

NtGdiDeleteObjectApp  (WIN32U.@)

SYNOPSIS

 BOOL NtGdiDeleteObjectApp
 (
  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

Declared in "include/ntgdi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntgdi.h

Implemented in "dlls/win32u/gdiobj.c". gitlab.winehq.org/wine/wine/blob/master/dlls/win32u/gdiobj.c

Debug channel "gdi".


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