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.

21 lines
573 B

  1. /************************************************************************
  2. intecfg.h
  3. -- intecfg.cpp include file
  4. History: Date Author Comment
  5. 8/14/00 Casper Wrote it.
  6. *************************************************************************/
  7. #ifndef _INTECFG_H
  8. #define _INTECFG_H
  9. #include <setupapi.h>
  10. #include <cfgmgr32.h>
  11. int Inte_CompConfig(LPMoxaOneCfg cfg1, LPMoxaOneCfg cfg2);
  12. BOOL Inte_GetFifo(HDEVINFO DeviceInfoSet,
  13. PSP_DEVINFO_DATA DeviceInfoData,
  14. LPMoxaOneCfg cfg);
  15. #endif