EngDeletePalette function (winddi.h)
The EngDeletePalette function sends a request to GDI to delete the specified palette.
Syntax
ENGAPI BOOL EngDeletePalette(
[in] HPALETTE hpal
);
Parameters
[in] hpal
Handle to the palette to be deleted. This handle is supplied by EngCreatePalette.
Return value
The return value is TRUE if the function is successful; otherwise, it returns FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |