ForUsb.h
上传用户:lyfy_2008
上传日期:2014-07-13
资源大小:3016k
文件大小:1k
源码类别:

USB编程

开发平台:

Visual C++

  1. // ForUsb.h
  2. //
  3. // Generated by DriverWizard version DriverStudio 2.7.0 (Build 562)
  4. // Requires Compuware's DriverWorks classes
  5. //
  6. #ifndef __ForUsb_h__
  7. #define __ForUsb_h__
  8. #define EOL "n"
  9. // Global driver trace object
  10. extern KTrace t; 
  11. class ForUsb : public KDriver
  12. {
  13. SAFE_DESTRUCTORS
  14. public:
  15. virtual NTSTATUS DriverEntry(PUNICODE_STRING RegistryPath);
  16. virtual NTSTATUS AddDevice(PDEVICE_OBJECT Pdo);
  17. void  LoadRegistryParameters(KRegistryKey &Params);
  18. int m_Unit;
  19. // The following data members are loaded from the registry during DriverEntry
  20. ULONG m_bBreakOnEntry;
  21. };
  22. #endif // __ForUsb_h__