NtGdiDeleteObjectApp (WIN32U.@)
BOOL NtGdiDeleteObjectApp ( 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.
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.