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.

23 lines
761 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: C O M P I D . H
  7. //
  8. // Contents: Functions dealing with compatible ids
  9. //
  10. // Notes:
  11. //
  12. // Author: kumarp 04-September-98
  13. //
  14. //----------------------------------------------------------------------------
  15. HRESULT HrIsAdapterInstalled(IN PCWSTR szAdapterId);
  16. HRESULT HrGetCompatibleIdsOfNetComponent(IN INetCfgComponent* pncc,
  17. OUT PWSTR* pmszCompatibleIds);
  18. HRESULT HrGetCompatibleIds(IN HDEVINFO hdi,
  19. IN PSP_DEVINFO_DATA pdeid,
  20. OUT PWSTR* pmszCompatibleIds);