FORMPROC.H
上传用户:needlamp
上传日期:2007-01-07
资源大小:78k
文件大小:0k
源码类别:

Delphi控件源码

开发平台:

Visual C++

  1. #define CTLNO 0
  2. #define CUR_SELWND 2
  3. #define WM_RECSIZING WM_USER+1
  4. extern HWND hWndRecSize[8];
  5. long CALLBACK __export FormWndProc(HWND, UINT, WPARAM, LPARAM);
  6. long CALLBACK __export RecSizeWndProc(HWND, UINT, WPARAM, LPARAM);