Group: GDI+ Bitmap - Library: gdiplus
GpStatus WINGDIPAPI GdipCreateHICONFromBitmap(
GpBitmap* bitmap,;
HICON* hbmReturn
)
DECLARE INTEGER GdipCreateHICONFromBitmap IN gdiplus;
INTEGER @hbitmap,;
INTEGER @hbmReturn hbitmap [in] Handle to a GDI bitmap.
hbmReturn [out] Handle to a Microsoft Windows Graphics Device Interface (GDI) icon.
Returns 0 on success.
See also: GdipCreateBitmapFromHICON, GdipCreateBitmapFromHBITMAP.
Home