Home
last modified time | relevance | path

Searched refs:cInitial (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dimagelist.c109 INT cInitial; member
805 INT cInitial, INT cGrow) in ImageList_Create() argument
817 TRACE("(%d %d 0x%x %d %d)\n", cx, cy, flags, cInitial, cGrow); in ImageList_Create()
838 himl->cMaxImage = cInitial + 1; in ImageList_Create()
839 himl->cInitial = cInitial; in ImageList_Create()
3047 himl->cMaxImage = himl->cInitial + 1; in ImageList_SetIconSize()
/reactos/sdk/include/psdk/
H A Dcommctrl.h363 …WINCOMMCTRLAPI HIMAGELIST WINAPI ImageList_Create(int cx,int cy,UINT flags,int cInitial,int cGrow);