www.pudn.com > BPSK9054.rar > BPSK.h


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