Sample Code
Windows Driver Samples/ Toaster Sample Driver/ C++/ umdf/ func/ stdafx.cpp/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | /*++ Copyright (c) Microsoft Corporation, All Rights Reserved Module Name: stdafx.cpp Abstract: This is used to build the precompiled header. Environment: Windows User-Mode Driver Framework (WUDF) --*/ #include "stdafx.h" #include "initguid.h" DEFINE_GUID (GUID_DEVINTERFACE_TOASTER, 0x781EF630, 0x72B2, 0x11d2, 0xB8, 0x52, 0x00, 0xC0, 0x4F, 0xAD, 0x51, 0x71); //{781EF630-72B2-11d2-B852-00C04FAD5171} |
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