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.

19 lines
267 B

  1. #ifndef _HCCOIN_H
  2. #define _HCCOIN_H
  3. DWORD
  4. HCCOIN_DoWin2kInstall(
  5. HDEVINFO DeviceInfoSet,
  6. PSP_DEVINFO_DATA DeviceInfoData
  7. );
  8. DWORD
  9. HCCOIN_CheckControllers(
  10. DWORD Haction,
  11. DWORD NextHaction,
  12. BOOLEAN Setup
  13. );
  14. #endif