Sample Code
Windows Driver Samples/ Toaster Sample Driver/ C++/ umdf/ func/ WUDFToaster.idl/
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 27 28 29 30 31 32 33 34 35 36 37 38 39 | /*++ Copyright (c) Microsoft Corporation, All Rights Reserved Module Name: WUDFToaster.idl Abstract: Definition of the WUDF Toaster sample's COM class Environment: Windows User-Mode Driver Framework (WUDF) --*/ import "oaidl.idl" ; import "ocidl.idl" ; import "wudfddi.idl" ; [ uuid (04170C5A-388E-410f-9BAA-E7724196AD17), version(1.0), helpstring( "WUDF Toaster Driver 1.0 Type Library" ) ] library WUDFToasterLib { importlib( "stdole2.tlb" ); [ uuid (5ED5997F-FAED-4a35-BA74-FCF7B43AEBA7), helpstring( "WudfToaster Class" ) ] coclass WUDFToaster { [ default ] interface IDriverEntry; }; }; |
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