prop.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. #ifndef __props_h
  2. #define __props_h
  3. BOOL CALLBACK TargetDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
  4. #define MAX_NAME_LEN 20
  5. #define FILENAME_LEN_WITH_SLASH_AND_NULL 14
  6. #define MAX_DIR_PATH (MAX_PATH-FILENAME_LEN_WITH_SLASH_AND_NULL)
  7. #ifndef IDH_MYDOCS_TARGET
  8. #define IDH_MYDOCS_TARGET 1101
  9. #endif
  10. #ifndef IDH_MYDOCS_BROWSE
  11. #define IDH_MYDOCS_BROWSE 1102
  12. #endif
  13. #ifndef IDH_MYDOCS_FIND_TARGET
  14. #define IDH_MYDOCS_FIND_TARGET 1103
  15. #endif
  16. #endif