IMbnConnectionProfile interface (mbnapi.h)
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.
This interface accesses connection parameters and preferences stored in Mobile Broadband profiles.
Inheritance
The IMbnConnectionProfile interface inherits from the IUnknown interface. IMbnConnectionProfile also has these types of members:
Methods
The IMbnConnectionProfile interface has these methods.
IMbnConnectionProfile::Delete Deletes the profile from the system. |
IMbnConnectionProfile::GetProfileXmlData Gets the XML data of the current profile. |
IMbnConnectionProfile::UpdateProfile Updates the contents of the profile. |
Remarks
IMbnConnectionProfile objects are provided by calls to the GetConnectionProfile and GetConnectionProfiles methods of the IMbnConnectionProfileManager interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | mbnapi.h |