re_image2hbitmap()

extern XXX_ERROR XXX_API re_image2hbitmap
  (const ReImage *image, HBITMAP *hbmp);
      

Parameter:

image
Pointer the source ReImage image.
hbmp
Pointer to the Windows bitmap handle.

Return value:

RE_SUCCESS or XXX error type.

Comment:

This function convert images from ReImage data to HBITMAP handles.

Reference: