BOOL EngDeletePalette(
IN HPALETTE hpal | |
); |
EngDeletePalette sends a request to GDI to delete the specified palette.
Parameters
hpal
Identifies the palette to be deleted. The handle is supplied by EngCreatePalette.
Return Value
The return value is TRUE if the function is successful; otherwise, it returns FALSE.