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.

35 lines
833 B

  1. /************************************************************************
  2. regcfg.h
  3. -- regcfg.cpp include file
  4. History: Date Author Comment
  5. 8/14/00 Casper Wrote it.
  6. *************************************************************************/
  7. #ifndef _REGCFG_H
  8. #define _REGCFG_H
  9. #include <setupapi.h>
  10. #include <cfgmgr32.h>
  11. #include "moxacfg.h"
  12. extern TCHAR GszColon[];
  13. extern TCHAR GszPorts[];
  14. extern TCHAR GszDefParams[];
  15. extern TCHAR GszPortName[];
  16. void WriteINISetting(TCHAR *szPort);
  17. void RemoveINISetting(TCHAR *szPort);
  18. BOOL MxGetComNo(HDEVINFO DeviceInfoSet,
  19. PSP_DEVINFO_DATA DeviceInfoData,
  20. LPMoxaOneCfg cfg);
  21. BOOL RemovePort(IN HDEVINFO DeviceInfoSet,
  22. IN PSP_DEVINFO_DATA DeviceInfoData,
  23. int pidx);
  24. #endif