Skip to content

Latest commit

 

History

History
110 lines (94 loc) · 3.21 KB

nf-mbnapi-imbnconnectionmanager-getconnections.md

File metadata and controls

110 lines (94 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mbnapi.IMbnConnectionManager.GetConnections
IMbnConnectionManager::GetConnections (mbnapi.h)
Gets a list of available connections.
GetConnections
GetConnections method [Microsoft Broadband Networks]
GetConnections method [Microsoft Broadband Networks]
IMbnConnectionManager interface
IMbnConnectionManager interface [Microsoft Broadband Networks]
GetConnections method
IMbnConnectionManager.GetConnections
IMbnConnectionManager::GetConnections
mbn.imbnconnectionmanager_getconnections
mbnapi/IMbnConnectionManager::GetConnections
mbn\imbnconnectionmanager_getconnections.htm
mbn
5f4fd3b2-ed24-403a-ae5a-31821a2c7033
12/05/2018
GetConnections, GetConnections method [Microsoft Broadband Networks], GetConnections method [Microsoft Broadband Networks],IMbnConnectionManager interface, IMbnConnectionManager interface [Microsoft Broadband Networks],GetConnections method, IMbnConnectionManager.GetConnections, IMbnConnectionManager::GetConnections, mbn.imbnconnectionmanager_getconnections, mbnapi/IMbnConnectionManager::GetConnections
mbnapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
Mbnapi.idl
Windows
19H1
IMbnConnectionManager::GetConnections
mbnapi/IMbnConnectionManager::GetConnections
c++
APIRef
kbSyntax
COM
mbnapi.h
IMbnConnectionManager.GetConnections

IMbnConnectionManager::GetConnections

-description

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

Gets a list of available connections.

-parameters

-param mbnConnections [out]

An array of IMbnConnection interfaces representing connections that are associated with the devices. If this method returns anything other than S_OK, then this is NULL. Otherwise the calling application must free the allocated memory by calling SafeArrayDestroy.

-returns

This method can return one of these values.

Return code Description
S_OK
The method completed successfully.
E_POINTER
The mbnConnections parameter is NULL.
E_OUTOFMEMORY
Could not allocate the required memory.

-see-also

IMbnConnectionManager