3.12.2009

Windows CE : load Device Driver : ActivateDeviceEx

Device Manager : DEVICE.EXE

先 CreateDevice( ) : 把Driver 的 DLL load 進memory,並且取出 DLL 的:
  • Init
  • PreDeinit
  • Deinit
  • Open
  • PreClose
  • Close
  • Read
  • Write
  • Seek
  • IOControl
  • PowerUp
  • PowerDown
以上的function point,給自己(DEVICE.EXE)保存起來。

LaunchDevice( )

會 call 上面說的 function 的 Init( )

沒有留言: