The ImageList_Read function reads an image list from a stream.
HIMAGELIST ImageList_Read(
LPSTREAM pstm
);
If the function succeeds, the return value is the image list.
If the function fails, the return value is NULL.