BOOL EngDeletePalette(
IN HPALETTE hpal
);
EngDeletePalette sends a request to GDI to delete the specified palette.
The return value is TRUE if the function is successful; otherwise, it returns FALSE.