www.pudn.com > pci9054.rar > PCI9054.h


// PCI9054.h 
// 
// Generated by DriverWizard version DriverStudio 2.6.0 (Build 336) 
// Requires Compuware's DriverWorks classes 
// 
 
#ifndef __PCI9054_h__ 
#define __PCI9054_h__ 
 
#define EOL "\n" 
 
// Global driver trace object 
extern	KTrace	t; 
 
class PCI9054 : 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			// __PCI9054_h__