#include <phdk.h>
#include <phappresource.h>
#include <mxml.h>
#include <windowsx.h>
#include <netlistmgr.h>
#include <winhttp.h>
#include <Wincodec.h>
#include "resource.h"
Go to the source code of this file.
#define Control_Visible |
( |
|
hWnd, |
|
|
|
visible |
|
) |
| ShowWindow(hWnd, visible ? SW_SHOW : SW_HIDE); |
#define MAKEDLLVERULL |
( |
|
major, |
|
|
|
minor, |
|
|
|
build, |
|
|
|
revision |
|
) |
| |
Value:(((ULONGLONG)(major) << 48) | \
((ULONGLONG)(minor) << 32) | \
((ULONGLONG)(build) << 16) | \
((ULONGLONG)(revision) << 0))
Definition at line 55 of file updater.h.
#define PH_UPDATEAVAILABLE (WM_APP + 102) |
#define PH_UPDATEFAILURE (WM_APP + 106) |
#define PH_UPDATEISCURRENT (WM_APP + 103) |
#define PH_UPDATEISERRORED (WM_APP + 101) |
#define PH_UPDATENEWER (WM_APP + 104) |
#define PH_UPDATESUCCESS (WM_APP + 105) |
#define PLUGIN_NAME L"ProcessHacker.UpdateChecker" |
#define SETTING_NAME_AUTO_CHECK (PLUGIN_NAME L".PromptStart") |
#define UPDATE_MENUITEM 1001 |
#define WM_SHOWDIALOG (WM_APP + 150) |
- Enumerator:
PhUpdateDefault |
|
PhUpdateDownload |
|
PhUpdateInstall |
|
PhUpdateMaximum |
|
Definition at line 66 of file updater.h.
INT_PTR CALLBACK OptionsDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
INT_PTR CALLBACK UpdaterWndProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |