Home
last modified time | relevance | path

Searched refs:pSBInfoex (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dscroll.h34 ((PSCROLLBARINFO)(&((Window)->pSBInfoex + i)->ScrollBarInfo))
37 ((LPSCROLLINFO)(&((Window)->pSBInfoex + i)->ScrollInfo))
H A Dscrollbar.c757 if (Window->pSBInfo && Window->pSBInfoex) in co_IntCreateScrollBars()
762 if(!(Window->pSBInfoex = ExAllocatePoolWithTag(PagedPool, Size, TAG_SBARINFO))) in co_IntCreateScrollBars()
768 RtlZeroMemory(Window->pSBInfoex, Size); in co_IntCreateScrollBars()
801 if (Window->pSBInfo && Window->pSBInfoex) in IntDestroyScrollBars()
805 ExFreePoolWithTag(Window->pSBInfoex, TAG_SBARINFO); in IntDestroyScrollBars()
806 Window->pSBInfoex = NULL; in IntDestroyScrollBars()
/reactos/win32ss/include/
H A Dntuser.h762 PSBINFOEX pSBInfoex; // convert to PSBINFO member