Group: GDI+ Bitmap - Library: gdiplus
GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap(
GpBitmap* bitmap,
HBITMAP* hbmReturn,
ARGB background
)
DECLARE INTEGER GdipCreateHBITMAPFromBitmap IN gdiplus;
INTEGER bitmap,;
INTEGER @ hbmReturn,;
INTEGER background
bitmap [in] Handle to the GDI+ bitmap object.
hbmReturn [out] Pointer to an HBITMAP that receives a handle to the GDI bitmap.
colorBackground [in] Reference to a Color object that specifies the background color.
Returns 0 on success.
Home