#include "exttools.h"
#include "resource.h"
#include <windowsx.h>
#include "etwsys.h"
 
Go to the source code of this file.
 | 
| VOID  | EtEtwSystemInformationInitializing (_In_ PPH_PLUGIN_SYSINFO_POINTERS Pointers) | 
|   | 
| BOOLEAN  | EtpDiskSysInfoSectionCallback (_In_ PPH_SYSINFO_SECTION Section, _In_ PH_SYSINFO_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2) | 
|   | 
| INT_PTR CALLBACK  | EtpDiskDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) | 
|   | 
| INT_PTR CALLBACK  | EtpDiskPanelDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) | 
|   | 
| VOID  | EtpNotifyDiskGraph (_In_ NMHDR *Header) | 
|   | 
| VOID  | EtpUpdateDiskGraph (VOID) | 
|   | 
| VOID  | EtpUpdateDiskPanel (VOID) | 
|   | 
| PPH_PROCESS_RECORD  | EtpReferenceMaxDiskRecord (_In_ LONG Index) | 
|   | 
| PPH_STRING  | EtpGetMaxDiskString (_In_ LONG Index) | 
|   | 
| BOOLEAN  | EtpNetworkSysInfoSectionCallback (_In_ PPH_SYSINFO_SECTION Section, _In_ PH_SYSINFO_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2) | 
|   | 
| INT_PTR CALLBACK  | EtpNetworkDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) | 
|   | 
| INT_PTR CALLBACK  | EtpNetworkPanelDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) | 
|   | 
| VOID  | EtpNotifyNetworkGraph (_In_ NMHDR *Header) | 
|   | 
| VOID  | EtpUpdateNetworkGraph (VOID) | 
|   | 
| VOID  | EtpUpdateNetworkPanel (VOID) | 
|   | 
| PPH_PROCESS_RECORD  | EtpReferenceMaxNetworkRecord (_In_ LONG Index) | 
|   | 
| PPH_STRING  | EtpGetMaxNetworkString (_In_ LONG Index) | 
|   | 
      
        
          | INT_PTR CALLBACK EtpDiskDialogProc  | 
          ( | 
          _In_ HWND  | 
          hwndDlg,  | 
        
        
           | 
           | 
          _In_ UINT  | 
          uMsg,  | 
        
        
           | 
           | 
          _In_ WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          _In_ LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | INT_PTR CALLBACK EtpDiskPanelDialogProc  | 
          ( | 
          _In_ HWND  | 
          hwndDlg,  | 
        
        
           | 
           | 
          _In_ UINT  | 
          uMsg,  | 
        
        
           | 
           | 
          _In_ WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          _In_ LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | INT_PTR CALLBACK EtpNetworkDialogProc  | 
          ( | 
          _In_ HWND  | 
          hwndDlg,  | 
        
        
           | 
           | 
          _In_ UINT  | 
          uMsg,  | 
        
        
           | 
           | 
          _In_ WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          _In_ LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | INT_PTR CALLBACK EtpNetworkPanelDialogProc  | 
          ( | 
          _In_ HWND  | 
          hwndDlg,  | 
        
        
           | 
           | 
          _In_ UINT  | 
          uMsg,  | 
        
        
           | 
           | 
          _In_ WPARAM  | 
          wParam,  | 
        
        
           | 
           | 
          _In_ LPARAM  | 
          lParam  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | VOID EtpNotifyDiskGraph  | 
          ( | 
          _In_ NMHDR *  | 
          Header | ) | 
           | 
        
      
 
 
      
        
          | VOID EtpNotifyNetworkGraph  | 
          ( | 
          _In_ NMHDR *  | 
          Header | ) | 
           |