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 GetInterfaceIdsForAdapter method should not be implemented by vendor components; it should only be implemented by system components.
The GetInterfaceIdsForAdapter method informs the notify object to retrieve interfaces associated with a specific network adapter.
Syntax
HRESULT GetInterfaceIdsForAdapter(
[in] INetCfgComponent *pAdapter,
[out] DWORD *pdwNumInterfaces,
[out, optional] GUID **ppguidInterfaceIds
);
Parameters
pAdapter [in]
Reserved for system implementation.pdwNumInterfaces [out]
Reserved for system implementation.ppguidInterfaceIds [out, optional]
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