Source code of Windows XP (NT5)
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.

24 lines
563 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // NameUtil.h
  7. //
  8. // Description:
  9. // Name resolution utility.
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 28-NOV-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. HRESULT
  17. HrCreateBinding(
  18. IClusCfgCallback * pcccbIn,
  19. const CLSID * pclsidLogIn,
  20. BSTR bstrNameIn,
  21. BSTR * pbstrBindingOut
  22. );