Process Hacker
etwsys.h File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

INT_PTR CALLBACK EtpDiskDialogProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 183 of file etwsys.c.

INT_PTR CALLBACK EtpDiskPanelDialogProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 256 of file etwsys.c.

BOOLEAN EtpDiskSysInfoSectionCallback ( _In_ PPH_SYSINFO_SECTION  Section,
_In_ PH_SYSINFO_SECTION_MESSAGE  Message,
_In_opt_ PVOID  Parameter1,
_In_opt_ PVOID  Parameter2 
)

Definition at line 63 of file etwsys.c.

PPH_STRING EtpGetMaxDiskString ( _In_ LONG  Index)

Definition at line 415 of file etwsys.c.

PPH_STRING EtpGetMaxNetworkString ( _In_ LONG  Index)

Definition at line 787 of file etwsys.c.

INT_PTR CALLBACK EtpNetworkDialogProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 555 of file etwsys.c.

INT_PTR CALLBACK EtpNetworkPanelDialogProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 628 of file etwsys.c.

BOOLEAN EtpNetworkSysInfoSectionCallback ( _In_ PPH_SYSINFO_SECTION  Section,
_In_ PH_SYSINFO_SECTION_MESSAGE  Message,
_In_opt_ PVOID  Parameter1,
_In_opt_ PVOID  Parameter2 
)

Definition at line 435 of file etwsys.c.

VOID EtpNotifyDiskGraph ( _In_ NMHDR *  Header)

Definition at line 266 of file etwsys.c.

VOID EtpNotifyNetworkGraph ( _In_ NMHDR *  Header)

Definition at line 638 of file etwsys.c.

PPH_PROCESS_RECORD EtpReferenceMaxDiskRecord ( _In_ LONG  Index)

Definition at line 397 of file etwsys.c.

PPH_PROCESS_RECORD EtpReferenceMaxNetworkRecord ( _In_ LONG  Index)

Definition at line 769 of file etwsys.c.

VOID EtpUpdateDiskGraph ( VOID  )

Definition at line 375 of file etwsys.c.

VOID EtpUpdateDiskPanel ( VOID  )

Definition at line 387 of file etwsys.c.

VOID EtpUpdateNetworkGraph ( VOID  )

Definition at line 747 of file etwsys.c.

VOID EtpUpdateNetworkPanel ( VOID  )

Definition at line 759 of file etwsys.c.