gui_def_api.h
上传用户:sunhongbo
上传日期:2022-01-25
资源大小:3010k
文件大小:0k
源码类别:

数据库系统

开发平台:

C/C++

  1. /*===============================================================================
  2.  File Name:gui_def_api.h
  3.  Author:szhy
  4.  Create Time:2007-9-18
  5.  
  6.  Description:defproc
  7.  History:
  8. ===============================================================================*/
  9. #ifndef __GUI_DEF_API_H_
  10. #define __GUI_DEF_API_H_
  11. BU32 GUI_API_DefWindowProc(BU32 hWnd,BU32 message,BU32 wParam,BU32 lParam);
  12. #endif