general.h
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. /*
  2. COW : Character Oriented Windows
  3. general.h : general render cow private interface
  4. */
  5. DWORD FARPUBLIC GeneralWndProc(PWND, WORD, WORD, DWORD);
  6. /* Function at end of WND structure !! */
  7. #define PwfnCtlGeneral(pwnd) (*((PWFN_CTL *) &pwnd->rgwExtra[cwExtraMin]))
  8. #if cwExtraGeneral != cwExtraMin+2
  9. .....
  10. #endif