MBN_REGISTRATION_CONSTANTS 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_REGISTRATION_CONSTANTS enumerated type contains specific values used by IMbnRegistration interface operations.

Syntax

typedef enum MBN_REGISTRATION_CONSTANTS {
  MBN_ROAMTEXT_LEN = 64,
  MBN_CDMA_DEFAULT_PROVIDER_ID = 0
} ;

Constants

 
MBN_ROAMTEXT_LEN
Value: 64
The maximum string size of the roamingText parameter in the GetRoamingText method of the IMbnRegistration interface.
MBN_CDMA_DEFAULT_PROVIDER_ID
Value: 0
Indicates an unknown provider ID in the providerID parameter in the GetProviderID method of the IMbnRegistration interface.

Requirements

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