ImageList_Read

The ImageList_Read function reads an image list from a stream.

HIMAGELIST ImageList_Read(

LPSTREAM pstm  
);  

Parameters

pstm

Pointer to the stream.

Return Values

If the function succeeds, the return value is the image list.

If the function fails, the return value is NULL.