Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
367 B

  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