Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
671 B

  1. // Dot4Port.h: interface for the Dot4Port class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DOT4PORT_H__D808E471_8C2B_47D6_8CF1_3D4C3A73828D__INCLUDED_)
  5. #define AFX_DOT4PORT_H__D808E471_8C2B_47D6_8CF1_3D4C3A73828D__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "precomp.h"
  10. class CDot4Port : public CBasePort
  11. {
  12. public:
  13. CDot4Port( BOOL bActive, LPTSTR pszPortName, LPTSTR pszDevicePath );
  14. ~CDot4Port();
  15. PORTTYPE getPortType( void );
  16. protected:
  17. BOOL checkPnP();
  18. };
  19. #endif // !defined(AFX_DOT4PORT_H__D808E471_8C2B_47D6_8CF1_3D4C3A73828D__INCLUDED_)