INetCfgComponentUpperEdge::AddInterfacesToAdapter method
Note This method is deprecated and should not be used.
The AddInterfacesToAdapter method should not be implemented by vendor components; it should only be implemented by system components.
The AddInterfacesToAdapter method directs the notify object to add a number of interfaces to a specific network adapter.
Syntax
HRESULT AddInterfacesToAdapter(
[in] INetCfgComponent *pAdapter,
[in] DWORD dwNumInterfaces
);
Parameters
pAdapter [in]
Reserved for system implementation.dwNumInterfaces [in]
Reserved for system implementation.
Return value
This method can return one of these values.
Requirements
Target platform |
Desktop |
Header |
Netcfgn.h (include Netcfgn.h) |
See also