MBN_DEVICE_SERVICES_INTERFACE_STATE enumeration (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.

The MBN_DEVICE_SERVICES_INTERFACE_STATE structure provides information about the state of device services capable Mobile Broadband devices.

Syntax

typedef enum MBN_DEVICE_SERVICES_INTERFACE_STATE {
  MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_ARRIVAL = 0,
  MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_REMOVAL
} ;

Constants

 
MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_ARRIVAL
Value: 0
A Mobile Broadband device capable of supporting device service functionality has arrived.
MBN_DEVICE_SERVICES_CAPABLE_INTERFACE_REMOVAL
A Mobile Broadband device capable of supporting device services functionality has been removed.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server None supported
Header mbnapi.h

See also

OnInterfaceStateChange