DropBitmap  Method

Description         Frees up all of the allocated memory for the given bitmap. The bitmap handle will not be valid after you call this method. You can use this method in conjuntion with the ConvertDIBToBitmap method.

Syntax                 RetVal = [BIDisp.]DropBitmap Bitmap

Returns               RetVal                    Boolean           True on success, False otherwise.

Remarks             Bitmap                   LONGLONG The handle of a device dependent bitmap.

See Also              ConvertDIBToBitmap Method