Source code of Windows XP (NT5)
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.
|
|
// ----------------------------------------------------------------------------- // RM RC file // // Automatically generated by the RPC parser generator on 04/09/97 at 00:00:13
#include <windows.h> #include <bhver.h>
1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION 1,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #else FILEFLAGS 0x0L #endif FILEOS VOS_DOS_WINDOWS32 FILETYPE VFT_DLL FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "Microsoft Corporation\0" VALUE "FileDescription", "Bloodhound Parser (Cluster Service Resource Monitor RPC)\0" VALUE "FileVersion", "1.1\0" VALUE "InternalName", "RESCMON.DLL\0" VALUE "OriginalFilename", "RESCMON.DLL\0" VALUE "LegalCopyright", "Copyright � Microsoft Corp. 1992 - 1995\0" VALUE "LegalTrademarks", "Microsoft� is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0" VALUE "ProductName", "Microsoft Network Monitor\0" VALUE "ProductVersion", BH_VER END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END
|