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

系统编程

开发平台:

Visual C++

  1. #ifndef _DBACKP_H_
  2. #define _DBACKP_H_
  3. #define BP_NEWPAT           0x00000001
  4. #define BP_NEWWALL          0x00000002
  5. #define BP_TILE             0x00000004
  6. #define BP_REINIT           0x00000008
  7. #define BP_EXTERNALWALL     0x00000010
  8. #define BP_STRETCH          0x00000020
  9. #define WM_SETBACKINFO  (WM_USER+1)
  10. BOOL RegisterBackPreviewClass();
  11. #endif