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
672 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: M O D E M D I . H
  7. //
  8. // Contents: Modem coclass device installer hook.
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 7 May 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. extern const WCHAR c_szModemAttachedTo [];
  17. HRESULT
  18. HrModemClassCoInstaller (
  19. DI_FUNCTION dif,
  20. HDEVINFO hdi,
  21. PSP_DEVINFO_DATA pdeid,
  22. PCOINSTALLER_CONTEXT_DATA pContext);