www.pudn.com > pcmcia_sample.rar > Pcmcia.h


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