#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <winreg.h>
#include <ndk/rtlfuncs.h>
#include <strsafe.h>
#include <commctrl.h>
#include <commdlg.h>
#include <richedit.h>
#include <windowsx.h>
#include "resource.h"
Go to the source code of this file.
|
#define | ASSERT(x) assert(x) |
|
#define | WIN32_NO_STATUS |
|
#define | ROUND_DOWN(n, align) (((ULONG)n) & ~((align) - 1l)) |
|
#define | ROUND_UP(n, align) ROUND_DOWN(((ULONG)n) + (align) - 1, (align)) |
|
#define | AURL_ENABLEURL 1 |
|
#define | AURL_ENABLEEMAILADDR 2 |
|
#define | AURL_ENABLETELNO 4 |
|
#define | AURL_ENABLEEAURLS 8 |
|
#define | AURL_ENABLEDRIVELETTERS 16 |
|
#define | EnableDlgItem(hDlg, nID, bEnable) EnableWindow(GetDlgItem((hDlg), (nID)), (bEnable)) |
|
#define | ProgressBar_SetPos(hwndCtl, pos) ((int)SNDMSG((hwndCtl),PBM_SETPOS,(WPARAM)(int)(pos),(LPARAM)0)) |
|
#define | ProgressBar_SetRange(hwndCtl, range) ((int)SNDMSG((hwndCtl),PBM_SETRANGE,(WPARAM)0,(LPARAM)(range))) |
|
#define | ProgressBar_SetStep(hwndCtl, inc) ((int)SNDMSG((hwndCtl),PBM_SETSTEP,(WPARAM)(int)(inc),(LPARAM)0)) |
|
#define | ProgressBar_StepIt(hwndCtl) ((int)SNDMSG((hwndCtl),PBM_STEPIT,(WPARAM)0,(LPARAM)0)) |
|
#define | StatusBar_GetItemRect(hwndCtl, index, lprc) ((BOOL)SNDMSG((hwndCtl),SB_GETRECT,(WPARAM)(int)(index),(LPARAM)(RECT*)(lprc))) |
|
#define | StatusBar_SetText(hwndCtl, index, data) ((BOOL)SNDMSG((hwndCtl),SB_SETTEXT,(WPARAM)(index),(LPARAM)(data))) |
|
#define | WM_APP 0x8000 |
|
◆ ASSERT
◆ AURL_ENABLEDRIVELETTERS
#define AURL_ENABLEDRIVELETTERS 16 |
◆ AURL_ENABLEEAURLS
◆ AURL_ENABLEEMAILADDR
#define AURL_ENABLEEMAILADDR 2 |
◆ AURL_ENABLETELNO
◆ AURL_ENABLEURL
◆ EnableDlgItem
◆ ProgressBar_SetPos
◆ ProgressBar_SetRange
◆ ProgressBar_SetStep
◆ ProgressBar_StepIt
◆ ROUND_DOWN
◆ ROUND_UP
◆ StatusBar_GetItemRect
◆ StatusBar_SetText
◆ WIN32_NO_STATUS
◆ WM_APP
◆ EVENTLOG
◆ EVENTLOGFILTER
◆ PEVENTLOG
◆ PEVENTLOGFILTER
◆ hInst