windows-nt/Source/XPSP1/NT/net/config/netman/inc/cobase.h
2020-09-26 16:20:57 +08:00

31 lines
722 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: C O B A S E . H
//
// Contents: Connection Objects Shared code
//
// Notes:
//
// Author: ckotze 16 Mar 2001
//
//----------------------------------------------------------------------------
#pragma once
#include "nmbase.h"
#include "nmres.h"
HRESULT
HrBuildPropertiesExFromProperties(
IN NETCON_PROPERTIES* pProps,
OUT NETCON_PROPERTIES_EX* pPropsEx,
IN IPersistNetConnection* pPersistNetConnection);
HRESULT
HrGetPropertiesExFromINetConnection(
IN INetConnection* pConn,
OUT NETCON_PROPERTIES_EX** ppPropsEx);