Sample Code
Windows Driver Samples/ NDIS Virtual Miniport Driver/ C++/ 60/ netvmini60.rc/
/*++ Copyright (c) Microsoft Corporation. All rights reserved. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Module Name: netvmini.rc Abstract: Internal resource file for driver. --*/ #include <windows.h> #include <ntverp.h> #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "Microsoft Virtual Miniport Driver" #define VER_INTERNALNAME_STR "netvmin6.sys" #define VER_ORIGINALFILENAME_STR "netvmin6.sys" #define VER_FILEVERSION 4,02,00,0000 #define VER_FILEVERSION_STR "4.02.00.0000" #undef VER_PRODUCTVERSION #define VER_PRODUCTVERSION VER_FILEVERSION #undef VER_PRODUCTVERSION_STR #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2009 Microsoft Corporation" #ifdef VER_COMPANYNAME_STR #undef VER_COMPANYNAME_STR #define VER_COMPANYNAME_STR "Microsoft Corporation" #endif #undef VER_PRODUCTNAME_STR #define VER_PRODUCTNAME_STR "Microsoft Virtual Network Adapter (NDIS 6.0 Miniport)" #define VER_LANGNEUTRAL #include "common.ver"
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials