Description Frees up all of the allocated memory for the given palette. The palette handle will not be valid after you call this method. You can use this method in conjuction with the CreateDIBPalette method.
Syntax RetVal = [BIDisp.]DropPalette Palette
Returns RetVal Boolean True on success, False otherwise.
Remarks Palette LONGLONG The handle of a palette.
See Also CreateDIBPalette Method