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?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS