Process Hacker
gpusys.c File Reference
#include "exttools.h"
#include "resource.h"
#include <windowsx.h>
#include "gpusys.h"

Go to the source code of this file.

Functions

VOID EtGpuSystemInformationInitializing (_In_ PPH_PLUGIN_SYSINFO_POINTERS Pointers)
 
BOOLEAN EtpGpuSysInfoSectionCallback (_In_ PPH_SYSINFO_SECTION Section, _In_ PH_SYSINFO_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2)
 
VOID EtpInitializeGpuDialog (VOID)
 
VOID EtpUninitializeGpuDialog (VOID)
 
VOID EtpTickGpuDialog (VOID)
 
INT_PTR CALLBACK EtpGpuDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
INT_PTR CALLBACK EtpGpuPanelDialogProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID EtpCreateGpuGraphs (VOID)
 
VOID EtpLayoutGpuGraphs (VOID)
 
VOID EtpNotifyGpuGraph (_In_ NMHDR *Header)
 
VOID EtpNotifyDedicatedGraph (_In_ NMHDR *Header)
 
VOID EtpNotifySharedGraph (_In_ NMHDR *Header)
 
VOID EtpUpdateGpuGraphs (VOID)
 
VOID EtpUpdateGpuPanel (VOID)
 
PPH_PROCESS_RECORD EtpReferenceMaxNodeRecord (_In_ LONG Index)
 
PPH_STRING EtpGetMaxNodeString (_In_ LONG Index)
 
PPH_STRING EtpGetGpuNameString (VOID)
 

Function Documentation

VOID EtGpuSystemInformationInitializing ( _In_ PPH_PLUGIN_SYSINFO_POINTERS  Pointers)

Definition at line 40 of file gpusys.c.

VOID EtpCreateGpuGraphs ( VOID  )

Definition at line 254 of file gpusys.c.

PPH_STRING EtpGetGpuNameString ( VOID  )

Definition at line 688 of file gpusys.c.

PPH_STRING EtpGetMaxNodeString ( _In_ LONG  Index)

Definition at line 663 of file gpusys.c.

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

Definition at line 159 of file gpusys.c.

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

Definition at line 230 of file gpusys.c.

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

Definition at line 54 of file gpusys.c.

VOID EtpInitializeGpuDialog ( VOID  )

Definition at line 133 of file gpusys.c.

VOID EtpLayoutGpuGraphs ( VOID  )

Definition at line 304 of file gpusys.c.

VOID EtpNotifyDedicatedGraph ( _In_ NMHDR *  Header)

Definition at line 470 of file gpusys.c.

VOID EtpNotifyGpuGraph ( _In_ NMHDR *  Header)

Definition at line 397 of file gpusys.c.

VOID EtpNotifySharedGraph ( _In_ NMHDR *  Header)

Definition at line 539 of file gpusys.c.

PPH_PROCESS_RECORD EtpReferenceMaxNodeRecord ( _In_ LONG  Index)

Definition at line 645 of file gpusys.c.

VOID EtpTickGpuDialog ( VOID  )

Definition at line 151 of file gpusys.c.

VOID EtpUninitializeGpuDialog ( VOID  )

Definition at line 142 of file gpusys.c.

VOID EtpUpdateGpuGraphs ( VOID  )

Definition at line 608 of file gpusys.c.

VOID EtpUpdateGpuPanel ( VOID  )

Definition at line 634 of file gpusys.c.