Home
last modified time | relevance | path

Searched refs:PGS_VERT (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.rh205 #define PGS_VERT 0x00000000
H A Dcommctrl.h4507 #define PGS_VERT 0x0 macro
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp425 LONG pgStyles = PGS_VERT | WS_CHILD | WS_VISIBLE; in CreateToolbar()
/reactos/dll/win32/comctl32/
H A Dpager.c1016 if ((oldStyle ^ lpss->styleNew) & (PGS_HORZ | PGS_VERT)) in PAGER_StyleChanged()