32 lines
		
	
	
		
			647 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			647 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/*++
 | 
						|
 | 
						|
   Copyright    (c)    1998    Microsoft Corporation
 | 
						|
 | 
						|
   Module  Name :
 | 
						|
     sfwp.rc
 | 
						|
 | 
						|
   Abstract:
 | 
						|
     Resource file
 | 
						|
 
 | 
						|
   Author:
 | 
						|
     Bilal Alam         (BAlam)         29-March-2000
 | 
						|
 | 
						|
   Environment:
 | 
						|
     Win32 - User Mode
 | 
						|
 | 
						|
   Project:
 | 
						|
     Stream Filter Worker Process
 | 
						|
--*/
 | 
						|
 | 
						|
#include <windows.h>
 | 
						|
#include <ntverp.h>
 | 
						|
 | 
						|
#define VER_FILETYPE                VFT_APP
 | 
						|
#define VER_FILESUBTYPE             VFT2_UNKNOWN
 | 
						|
#define VER_FILEDESCRIPTION_STR     "Stream Filter Process"
 | 
						|
#define VER_INTERNALNAME_STR        "sfwp.exe"
 | 
						|
#define VER_ORIGINALFILENAME_STR    "sfwp.exe"
 | 
						|
 | 
						|
#include "iisver.h"
 | 
						|
#include "common.ver"
 |