Skip to content

Latest commit

 

History

History
125 lines (106 loc) · 3.18 KB

nf-mbnapi-imbninterfacemanager-getinterface.md

File metadata and controls

125 lines (106 loc) · 3.18 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.IMbnInterfaceManager.GetInterface
IMbnInterfaceManager::GetInterface (mbnapi.h)
Gets a specific interface.
GetInterface
GetInterface method [Microsoft Broadband Networks]
GetInterface method [Microsoft Broadband Networks]
IMbnInterfaceManager interface
IMbnInterfaceManager interface [Microsoft Broadband Networks]
GetInterface method
IMbnInterfaceManager.GetInterface
IMbnInterfaceManager::GetInterface
mbn.imbninterfacemanager_getinterface
mbnapi/IMbnInterfaceManager::GetInterface
mbn\imbninterfacemanager_getinterface.htm
mbn
f44aa20d-7edd-4227-8eca-9aacb19619e8
12/05/2018
GetInterface, GetInterface method [Microsoft Broadband Networks], GetInterface method [Microsoft Broadband Networks],IMbnInterfaceManager interface, IMbnInterfaceManager interface [Microsoft Broadband Networks],GetInterface method, IMbnInterfaceManager.GetInterface, IMbnInterfaceManager::GetInterface, mbn.imbninterfacemanager_getinterface, mbnapi/IMbnInterfaceManager::GetInterface
mbnapi.h
Windows
Windows 7 [desktop apps \| UWP apps]
None supported
Mbnapi.idl
Windows
19H1
IMbnInterfaceManager::GetInterface
mbnapi/IMbnInterfaceManager::GetInterface
c++
APIRef
kbSyntax
COM
mbnapi.h
IMbnInterfaceManager.GetInterface

IMbnInterfaceManager::GetInterface

-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 specific interface.

-parameters

-param interfaceID [in]

A string that contains the ID of the interface to retrieve.

-param mbnInterface [out, retval]

Pointer to the address of the IMbnInterface specified by interfaceID or NULL if there is no matching interface.

-returns

This method can return one of these values.

Return code Description
S_OK
The method completed successfully.
HRESULT_FROM_WIN32(ERROR_NOT_FOUND)
There is no available interface matching the specified interface ID.
E_POINTER
The mbnInterface parameter is NULL.
E_OUTOFMEMORY
Could not allocate the required memory.

-see-also

IMbnInterfaceManager