Go to the documentation of this file.
27 #pragma comment(lib, "Winhttp.lib")
38 #define PLUGIN_NAME L"ProcessHacker.OnlineChecks"
43 #define UM_EXISTS (WM_USER + 1)
44 #define UM_LAUNCH (WM_USER + 2)
45 #define UM_ERROR (WM_USER + 3)
47 #define Control_Visible(hWnd, visible) \
48 ShowWindow(hWnd, visible ? SW_SHOW : SW_HIDE);
96 #define UPLOAD_SERVICE_VIRUSTOTAL 101
97 #define UPLOAD_SERVICE_JOTTI 102
98 #define UPLOAD_SERVICE_CIMA 103