Dynamic Windows Function [dw_icon_load_from_data]
Syntax
HICN dw_icon_load_from_data(char * data, int len)
Parameters
char * data: Data for the icon (ICO on OS/2 or Windows, XPM on Unix, PNG on Mac)
int len: Length of the passed in data.
Returns
HICN Handle to the created icon or NULL on error.
Description
Obtains an icon from data.