1 2 3 4 5 6 7 8 9 10 11 12 13 14
// // Copyright (C) Microsoft. All rights reserved. // #include <windows.h> #include <ntverp.h> #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "Sample TREE Service Driver" #define VER_INTERNALNAME_STR "TrEEOSServiceSample.sys" #include "common.ver"