PRIORITY.H
/*------------------------------------------------*\ 
 * 
 *Copyright (c) 1997 Microsoft Corporation 
 * 
 *Module Name: 
 * 
 *priority.h 
 * 
 *Abstract: 
 * 
 *Specifies Provider priorities 
 * 
\*------------------------------------------------*/ 
 
#ifndef __WPP_PRIORITY_H__ 
#define __WPP_PRIORITY_H__ 
 
 
//Set the priority for this provider 
 
#define WPP_PRIORITY0x00000100 
 
 
//Microsoft supplied providers priorities start from 
//0x00010000 and are 0x00000100 apart 
 
#define CRS_PRIORITY0x00010000 
#define POST_PRIORITY0x00010100 
#define UNC_PRIORITY0x00010200 
#define FTP_PRIORITY0x00010300 
 
 
#endif // __WPP_PRIORITY_H__