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 "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/gdiobj.c". https://source.winehq.org/source/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 Mar 2024.