The ImageList_Write function writes an image list to a stream.
BOOL ImageList_Write(
HIMAGELIST himl, | // handle to the image list |
LPSTREAM pstm | // pointer to the stream to write to |
); |
Parameters
himl
Handle to the image list.
pstm
Pointer to the stream.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.