Process Hacker
|
Go to the source code of this file.
Macros | |
#define | UPDATE_MSG (WM_APP + 1) |
#define | GRAPH_PADDING 5 |
#define | CHECKBOX_PADDING 3 |
Functions | |
INT_PTR CALLBACK | EtpGpuNodesDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
VOID | EtShowGpuNodesDialog (_In_ HWND ParentWindowHandle, _In_ PPH_SYSINFO_PARAMETERS Parameters) |
VOID | EtpLoadNodeBitMap (VOID) |
VOID | EtpSaveNodeBitMap (VOID) |
#define CHECKBOX_PADDING 3 |
Definition at line 30 of file gpunodes.c.
#define GRAPH_PADDING 5 |
Definition at line 29 of file gpunodes.c.
#define UPDATE_MSG (WM_APP + 1) |
Definition at line 28 of file gpunodes.c.
INT_PTR CALLBACK EtpGpuNodesDlgProc | ( | _In_ HWND | hwndDlg, |
_In_ UINT | uMsg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lParam | ||
) |
Definition at line 107 of file gpunodes.c.
Definition at line 71 of file gpunodes.c.
Definition at line 86 of file gpunodes.c.
VOID EtShowGpuNodesDialog | ( | _In_ HWND | ParentWindowHandle, |
_In_ PPH_SYSINFO_PARAMETERS | Parameters | ||
) |
Definition at line 49 of file gpunodes.c.