ReePrime China
How to develop a Windows driver|Device driver development|xp drivers|install windows from windows

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

How to develop a Windows driver|Device driver development|xp drivers|install windows from windows

6 次观看 22:35 Jazipic

描述

How to develop a basic Hello World Device Driver and call its functions from a C#.NET windows Application\r
Visit : for more details and source code\r
\r
Main Tasks\r
\r
1. Create a basic Hello world driver (c/c++/WDK).\r
2. Create a Test Console Application in C /C++. \r
2. Create a intermediate component DLL in VC++/Managed c++ which Calls the Driver methods.\r
3. Create a user interface (C#.Net) and call the DLL.