www.pudn.com > FileGuard.zip > HookVxD.h


////////////////////////////////////////////////////////////////////////////////////// 
// 
//HookVxD.h 
//Definitions used only in VxD programme. 
 
#if !defined(FG_HOOKVXD_H_1_1) 
#define FG_HOOKVXD_H_1_1 
 
#define MASK_ACTION_REPLACEEXISTING 0x2		//if the second bit of ir_options is 1, the existing file will be delete. 
#define MASK_OPEN_SHARE_DENYREAD 0x10		//if the fifth bit of ir_flags is 1, other programme is not able to read from the file. 
 
//Shell_Message referrence data: 
#define ON_MSG_FILE_NOT_FOUND 0x1 
 
#endif  //!defined(FG_HOOKVXD_H_1_1)