Skip to content

Latest commit

 

History

History
265 lines (210 loc) · 5.59 KB

ns-ndiswwan-_ndis_wwan_provisioned_contexts.md

File metadata and controls

265 lines (210 loc) · 5.59 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ndiswwan._NDIS_WWAN_PROVISIONED_CONTEXTS
_NDIS_WWAN_PROVISIONED_CONTEXTS (ndiswwan.h)
The NDIS_WWAN_PROVISIONED_CONTEXTS structure represents a list of provisioned contexts and the number of provisioned contexts in the list.
netvista\ndis_wwan_provisioned_contexts.htm
netvista
05/02/2018
NDIS_WWAN_PROVISIONED_CONTEXTS structure
*PNDIS_WWAN_PROVISIONED_CONTEXTS, NDIS_WWAN_PROVISIONED_CONTEXTS, NDIS_WWAN_PROVISIONED_CONTEXTS structure [Network Drivers Starting with Windows Vista], PNDIS_WWAN_PROVISIONED_CONTEXTS, PNDIS_WWAN_PROVISIONED_CONTEXTS structure pointer [Network Drivers Starting with Windows Vista], WwanRef_ad7bfe2b-eb11-45f9-a49d-a602df06b97f.xml, _NDIS_WWAN_PROVISIONED_CONTEXTS, ndiswwan/NDIS_WWAN_PROVISIONED_CONTEXTS, ndiswwan/PNDIS_WWAN_PROVISIONED_CONTEXTS, netvista.ndis_wwan_provisioned_contexts
ndiswwan.h
Ndiswwan.h
Windows
Available starting with Windows 7.
Windows
NDIS_WWAN_PROVISIONED_CONTEXTS, *PNDIS_WWAN_PROVISIONED_CONTEXTS
_NDIS_WWAN_PROVISIONED_CONTEXTS
ndiswwan/_NDIS_WWAN_PROVISIONED_CONTEXTS
PNDIS_WWAN_PROVISIONED_CONTEXTS
ndiswwan/PNDIS_WWAN_PROVISIONED_CONTEXTS
NDIS_WWAN_PROVISIONED_CONTEXTS
ndiswwan/NDIS_WWAN_PROVISIONED_CONTEXTS
APIRef
kbSyntax
HeaderDef
ndiswwan.h
_NDIS_WWAN_PROVISIONED_CONTEXTS
PNDIS_WWAN_PROVISIONED_CONTEXTS
NDIS_WWAN_PROVISIONED_CONTEXTS

_NDIS_WWAN_PROVISIONED_CONTEXTS structure

-description

The NDIS_WWAN_PROVISIONED_CONTEXTS structure represents a list of provisioned contexts and the number of provisioned contexts in the list.

-struct-fields

-field Header

The header with type, revision, and size information about the NDIS_WWAN_PROVISIONED_CONTEXTS structure. The MB Service sets the header with the values that are shown in the following table when it sends the data structure to the miniport driver for set operations. Miniport drivers must set the header with the same values when they send the data structure to the MB service.

Header submember Value
Type NDIS_OBJECT_TYPE_DEFAULT
Revision NDIS_WWAN_PROVISIONED_CONTEXTS_REVISION_1
Size sizeof(NDIS_WWAN_PROVISIONED_CONTEXTS)
 

For more information about these members, see NDIS_OBJECT_HEADER.

-field uStatus

The status of the provisioned context query or set operation. The following table shows the possible values for this member.

Value Meaning
WWAN_STATUS_SUCCESS The operation succeeded.
WWAN_STATUS_FAILURE The operation failed for a reason other than those listed here.
WWAN_STATUS_INVALID_PARAMETERS The operation failed because of invalid parameters.
WWAN_STATUS_PIN_REQUIRED The operation failed because the device requires a PIN.
WWAN_STATUS_BAD_SIM The operation failed because a bad SIM card was detected.
WWAN_STATUS_SIM_NOT_INSERTED The operation failed because the SIM card was not inserted fully into the device.
WWAN_STATUS_NO_DEVICE_SUPPORT The operation failed because the device does not support service activation.
WWAN_STATUS_NOT_INITIALIZED The operation failed because the device is in the process of initializing. Retry the operation after the ready-state of the device changes to WwanReadyStateInitialized.
WWAN_STATUS_READ_FAILURE The operation failed because the device was unable to get provisioned contexts.
WWAN_STATUS_WRITE_FAILURE The operation failed because the update request was unsuccessful.
 

The status of provisioned context set operation. The following table shows the possible value for this member.

Value Meaning
WWAN_STATUS_WRITE_FAILURE The operation failed because the update request was unsuccessful.

-field ContextListHeader

A formatted WWAN_LIST_HEADER object that represents a list of provisioned contexts and the number of provisioned contexts in the list.

-remarks

Miniport drivers should specify zero elements in the context list when they respond to OID_WWAN_PROVISIONED_CONTEXT set requests.

-see-also

NDIS_OBJECT_HEADER

WWAN_LIST_HEADER