table of contents
other versions
- wheezy 1.4.1-4
ImageList_GetFlags(3w) | Wine API | ImageList_GetFlags(3w) |
NAME¶
ImageList_GetFlags (COMCTL32.@)SYNOPSIS¶
DWORD ImageList_GetFlags(
HIMAGELIST himl
)
DESCRIPTION¶
Gets the flags of the specified image list.PARAMS¶
himl [In] Handle to image list.RETURNS¶
Image list flags.BUGS¶
Stub.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/comctl32/imagelist.c". Debug channel "imagelist".Oct 2012 | Wine API |