Sample Code
Windows Driver Samples/ AC97 Driver Sample/ C++/ driver/ ac97smpl.rc/
/******************************************************************************** ** Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved. ** ** Portions Copyright (c) 1998-1999 Intel Corporation ** ********************************************************************************/ /* The file ac97smpl.rc was reviewed by LCA in June 2011 and is acceptable for use by Microsoft. */ #include <windows.h> #include <ntverp.h> #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SOUND #define VER_FILEDESCRIPTION_STR "Integrated Controller Hub Audio Driver (WDM)" #define VER_INTERNALNAME_STR "ac97smpl.sys" #define VER_ORIGINALFILENAME_STR "ac97smpl.sys" #define VER_LEGALCOPYRIGHT_YEARS "1998-2003" #define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corp." VER_LEGALCOPYRIGHT_YEARS #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