#include <phdk.h>
#include <windowsx.h>
#include <winhttp.h>
#include "sha256.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 PLUGIN_NAME   L"ProcessHacker.OnlineChecks" | 
        
      
 
 
      
        
          | #define UM_ERROR   (WM_USER + 3) | 
        
      
 
 
      
        
          | #define UM_EXISTS   (WM_USER + 1) | 
        
      
 
 
      
        
          | #define UM_LAUNCH   (WM_USER + 2) | 
        
      
 
 
      
        
          | #define UPLOAD_SERVICE_CIMA   103 | 
        
      
 
 
      
        
          | #define UPLOAD_SERVICE_JOTTI   102 | 
        
      
 
 
      
        
          | #define UPLOAD_SERVICE_VIRUSTOTAL   101 | 
        
      
 
 
- Enumerator: 
 
| PhUploadServiceDefault  | 
 | 
| PhUploadServiceChecking  | 
 | 
| PhUploadServiceViewReport  | 
 | 
| PhUploadServiceUploading  | 
 | 
| PhUploadServiceLaunching  | 
 | 
| PhUploadServiceMaximum  | 
 | 
 
Definition at line 50 of file onlnchk.h.
 
 
      
        
          | VOID UploadToOnlineService  | 
          ( | 
          _In_ PPH_STRING  | 
          FileName,  | 
        
        
           | 
           | 
          _In_ ULONG  | 
          Service  | 
        
        
           | 
          ) | 
           |  |