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