table of contents
other versions
- wheezy 1.4.1-4
ImageList_Write(3w) | Wine API | ImageList_Write(3w) |
NAME¶
ImageList_Write (COMCTL32.@)SYNOPSIS¶
BOOL ImageList_Write(
HIMAGELIST himl,
LPSTREAM pstm
)
DESCRIPTION¶
Writes an image list to a stream.PARAMS¶
himl [In] handle to image list. pstm [Out] Pointer to a stream.RETURNS¶
Success: TRUE Failure: FALSE.BUGS¶
probably.IMPLEMENTATION¶
Declared in "commctrl.h". Implemented in "dlls/comctl32/imagelist.c". Debug channel "imagelist".Oct 2012 | Wine API |