-
Notifications
You must be signed in to change notification settings - Fork 1
/
DU_Monitor.h
30 lines (30 loc) · 1.06 KB
/
DU_Monitor.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//////////////////////////////////////////////////////////////
int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
LRESULT CALLBACK MainDlgProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK MoreDlgProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK MoreCtrlProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM);
VOID APIENTRY DisplayContextMenu (HWND);
BOOL AddNotifyIcon(HWND);
BOOL DeleteNotifyIcon(HWND);
BOOL ShowMonitorInfoBallon(HWND);
BOOL ShowNotifyBallon(HWND, char *, char *);
void UpdateNCDListBox(HWND);
void UpdateTransparent(float);
void ShowCfgStatus(HWND);
void GetCfgFileName(void);
void LoadCfg(void);
void ApplyCfgToMain(void);
void SetMainPos(void);
void SetMainTransparent(void);
void SetMainTopMost(void);
void SaveCfg(void);
LRESULT CALLBACK TrayNotifyProc (HWND, UINT, WPARAM, LPARAM);
void ExitApp(HWND);
void UpdateDataTimer (void *); // Ï̺߳¯Êý²ÎÊý
void MiscTimer (void *);
void UpdateDataProc (void);
void ShowDetails(void);
void *GetCurpIfTable(void);
char *MacS(BYTE *, DWORD);
void FriendlyOctets(float, char *);