11 #ifndef _EVENTVWR_PCH_ 12 #define _EVENTVWR_PCH_ 19 #define WIN32_NO_STATUS 30 #define ROUND_DOWN(n, align) (((ULONG)n) & ~((align) - 1l)) 31 #define ROUND_UP(n, align) ROUND_DOWN(((ULONG)n) + (align) - 1, (align)) 41 #define AURL_ENABLEURL 1 42 #define AURL_ENABLEEMAILADDR 2 43 #define AURL_ENABLETELNO 4 44 #define AURL_ENABLEEAURLS 8 45 #define AURL_ENABLEDRIVELETTERS 16 52 #define EnableDlgItem(hDlg, nID, bEnable) \ 53 EnableWindow(GetDlgItem((hDlg), (nID)), (bEnable)) 55 #define ProgressBar_SetPos(hwndCtl,pos) \ 56 ((int)SNDMSG((hwndCtl),PBM_SETPOS,(WPARAM)(int)(pos),(LPARAM)0)) 57 #define ProgressBar_SetRange(hwndCtl,range) \ 58 ((int)SNDMSG((hwndCtl),PBM_SETRANGE,(WPARAM)0,(LPARAM)(range))) 59 #define ProgressBar_SetStep(hwndCtl,inc) \ 60 ((int)SNDMSG((hwndCtl),PBM_SETSTEP,(WPARAM)(int)(inc),(LPARAM)0)) 61 #define ProgressBar_StepIt(hwndCtl) \ 62 ((int)SNDMSG((hwndCtl),PBM_STEPIT,(WPARAM)0,(LPARAM)0)) 64 #define StatusBar_GetItemRect(hwndCtl,index,lprc) \ 65 ((BOOL)SNDMSG((hwndCtl),SB_GETRECT,(WPARAM)(int)(index),(LPARAM)(RECT*)(lprc))) 66 #define StatusBar_SetText(hwndCtl,index,data) \ 67 ((BOOL)SNDMSG((hwndCtl),SB_SETTEXT,(WPARAM)(index),(LPARAM)(data)))
PEVENTLOG EventLogs[ANYSIZE_ARRAY]
struct _EVENTLOGFILTER EVENTLOGFILTER
struct _EVENTLOGFILTER * PEVENTLOGFILTER
struct _EVENTLOG * PEVENTLOG
struct _EVENTLOG EVENTLOG