Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/misc/
H A Dmisc.c882 int Number, Offset, MaxNum, GdiType; in hGetPEBHandle() local
897 MaxNum = CACHE_BRUSH_ENTRIES; in hGetPEBHandle()
903 MaxNum = CACHE_PEN_ENTRIES; in hGetPEBHandle()
909 MaxNum = CACHE_REGION_ENTRIES; in hGetPEBHandle()
917 if ( Number && Number <= MaxNum ) in hGetPEBHandle()
/reactos/dll/win32/netcfgx/
H A Dtcpipconf_notify.c113 UINT MaxNum; member
179 if (pPort->MaxNum == 65536) in TcpipFilterPortDlg()
195 if (Num > pPort->MaxNum || Num == 0) in TcpipFilterPortDlg()
197 if (pPort->MaxNum == 65536) in TcpipFilterPortDlg()
346 Port.MaxNum = MaxItem; in AddItem()