Go to the source code of this file.
Data Structures |
| struct | PROCESS_PAGE_LIST_ITEM |
Defines |
| #define | CMP(x1, x2) (x1 < x2 ? -1 : (x1 > x2 ? 1 : 0)) |
Typedefs |
typedef struct
PROCESS_PAGE_LIST_ITEM * | LPPROCESS_PAGE_LIST_ITEM |
Functions |
| int CALLBACK | ProcessPageCompareFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
| void | AddProcess (ULONG Index) |
| void | UpdateProcesses () |
| void | gethmsfromlargeint (LARGE_INTEGER largeint, DWORD *dwHours, DWORD *dwMinutes, DWORD *dwSeconds) |
| void | ProcessPageOnNotify (WPARAM wParam, LPARAM lParam) |
| void | CommaSeparateNumberString (LPWSTR strNumber, int nMaxCount) |
| void | ProcessPageShowContextMenu (DWORD dwProcessId) |
| BOOL | PerfDataGetText (ULONG Index, ULONG ColumnIndex, LPTSTR lpText, int nMaxCount) |
| DWORD WINAPI | ProcessPageRefreshThread (void *lpParameter) |
| int | ProcessRunning (ULONG ProcessId) |
| int | ProcGetIndexByProcessId (DWORD dwProcessId) |
| DWORD | GetSelectedProcessId (void) |
| INT_PTR CALLBACK | ProcessPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| void | RefreshProcessPage (void) |
| int | largeintcmp (LARGE_INTEGER l1, LARGE_INTEGER l2) |
Variables |
| HWND | hProcessPage |
| HWND | hProcessPageListCtrl |
| HWND | hProcessPageHeaderCtrl |
| HWND | hProcessPageEndProcessButton |
| HWND | hProcessPageShowAllProcessesButton |
| static int | nProcessPageWidth |
| static int | nProcessPageHeight |
| static HANDLE | hProcessThread = NULL |
| static DWORD | dwProcessThread |