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 |
|
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.