www.pudn.com > filespy.rar > fspydef.h


/*++ 
 
Copyright (c) 1989-1999  Microsoft Corporation 
 
Module Name: 
 
    fspydef.h 
 
Abstract: 
    Header file which contains the definitions that may be 
    shared with the file spy kernel debugger extensions 
 
 
Environment: 
 
    Kernel mode 
 
--*/ 
#ifndef __FSPYDEF_H__ 
#define __FSPYDEF_H__ 
 
#define HASH_SIZE            128        // MUST be a power of 2 
 
#endif