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.

30 lines
722 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: C O B A S E . H
  7. //
  8. // Contents: Connection Objects Shared code
  9. //
  10. // Notes:
  11. //
  12. // Author: ckotze 16 Mar 2001
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #include "nmbase.h"
  17. #include "nmres.h"
  18. HRESULT
  19. HrBuildPropertiesExFromProperties(
  20. IN NETCON_PROPERTIES* pProps,
  21. OUT NETCON_PROPERTIES_EX* pPropsEx,
  22. IN IPersistNetConnection* pPersistNetConnection);
  23. HRESULT
  24. HrGetPropertiesExFromINetConnection(
  25. IN INetConnection* pConn,
  26. OUT NETCON_PROPERTIES_EX** ppPropsEx);