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

#ifndef _DBACKP_H_
#define _DBACKP_H_
#define BP_NEWPAT 0x00000001
#define BP_NEWWALL 0x00000002
#define BP_TILE 0x00000004
#define BP_REINIT 0x00000008
#define BP_EXTERNALWALL 0x00000010
#define BP_STRETCH 0x00000020
#define WM_SETBACKINFO (WM_USER+1)
BOOL RegisterBackPreviewClass();
#endif