Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note This method is deprecated and should not be used.
The RemoveInterfacesFromAdapter method should not be implemented by vendor components; it should only be implemented by system components.
The RemoveInterfacesFromAdapter method informs the notify object to remove a number of interfaces from a specific network adapter.
Syntax
HRESULT RemoveInterfacesFromAdapter(
[in] INetCfgComponent *pAdapter,
[in] DWORD dwNumInterfaces,
[in] const GUID *pguidInterfaceIds
);
Parameters
pAdapter [in]
Reserved for system implementation.dwNumInterfaces [in]
Reserved for system implementation.pguidInterfaceIds [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