|
Définitions des macros |
#define | WM_REFRESH WM_USER+1973 |
#define | WM_REFRESH_EDIT WM_USER+1974 |
#define | WM_REFRESH_SPIN WM_USER+1975 |
#define | WM_READ_FROM_EDIT WM_USER+1976 |
Fonctions |
LRESULT WINAPI | SysTrayProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
LRESULT WINAPI | AboutProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
BOOL | SetSpinPos (HWND hWnd, int id, int pos) |
BOOL | SetSpinRange (HWND hWnd, int id, int minPos, int maxPos, int delta) |
int | GetSpinPos (HWND hWnd) |
LRESULT WINAPI | ConfigProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
ControlEngine | ce |