ImageList_Write function
Writes an image list to a stream.
Syntax
BOOL ImageList_Write( HIMAGELIST himl, LPSTREAM pstm );
Parameters
- himl
-
Type: HIMAGELIST
A handle to the image list.
- pstm
-
Type: LPSTREAM
A pointer to the stream.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: