ForUsb.h
上传用户:lyfy_2008
上传日期:2014-07-13
资源大小:3016k
文件大小:1k
- // ForUsb.h
- //
- // Generated by DriverWizard version DriverStudio 2.7.0 (Build 562)
- // Requires Compuware's DriverWorks classes
- //
- #ifndef __ForUsb_h__
- #define __ForUsb_h__
- #define EOL "n"
- // Global driver trace object
- extern KTrace t;
- class ForUsb : public KDriver
- {
- SAFE_DESTRUCTORS
- public:
- virtual NTSTATUS DriverEntry(PUNICODE_STRING RegistryPath);
- virtual NTSTATUS AddDevice(PDEVICE_OBJECT Pdo);
- void LoadRegistryParameters(KRegistryKey &Params);
- int m_Unit;
- // The following data members are loaded from the registry during DriverEntry
- ULONG m_bBreakOnEntry;
-
- };
- #endif // __ForUsb_h__