Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef _WNDPROCS_H_
#define _WNDPROCS_H_
#define CAT_CHECK_STATE_UNSEL 0
#define CAT_CHECK_STATE_SEL 1
#define CAT_CHECK_STATE_CHECK 2
typedef struct tagSubData { WNDPROC proc; list<HWND> list; } SUBDATA, *PSUBDATA;
void OnMsg_VScroll( HWND hwnd, WPARAM wParam ); LRESULT CALLBACK RestrictAvThroughputWndProc( HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam ); LRESULT CALLBACK CatListWndProc( HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam ); LRESULT CALLBACK wndProcForCheckTiedToEdit( HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam );
#endif
|