Skip to content

Latest commit

 

History

History
168 lines (134 loc) · 4.16 KB

ns-ndiswwan-_ndis_wwan_device_caps.md

File metadata and controls

168 lines (134 loc) · 4.16 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_DEVICE_CAPS
_NDIS_WWAN_DEVICE_CAPS (ndiswwan.h)
The NDIS_WWAN_DEVICE_CAPS structure represents the capabilities of the MB device.
netvista\ndis_wwan_device_caps.htm
netvista
05/02/2018
NDIS_WWAN_DEVICE_CAPS structure
*PNDIS_WWAN_DEVICE_CAPS, NDIS_WWAN_DEVICE_CAPS, NDIS_WWAN_DEVICE_CAPS structure [Network Drivers Starting with Windows Vista], PNDIS_WWAN_DEVICE_CAPS, PNDIS_WWAN_DEVICE_CAPS structure pointer [Network Drivers Starting with Windows Vista], WwanRef_fb40a6ef-20ae-4623-91e6-b69196e6e518.xml, _NDIS_WWAN_DEVICE_CAPS, ndiswwan/NDIS_WWAN_DEVICE_CAPS, ndiswwan/PNDIS_WWAN_DEVICE_CAPS, netvista.ndis_wwan_device_caps
ndiswwan.h
Ndiswwan.h
Windows
Available in Windows 7 and later versions of Windows.
Windows
NDIS_WWAN_DEVICE_CAPS, *PNDIS_WWAN_DEVICE_CAPS
_NDIS_WWAN_DEVICE_CAPS
ndiswwan/_NDIS_WWAN_DEVICE_CAPS
PNDIS_WWAN_DEVICE_CAPS
ndiswwan/PNDIS_WWAN_DEVICE_CAPS
NDIS_WWAN_DEVICE_CAPS
ndiswwan/NDIS_WWAN_DEVICE_CAPS
APIRef
kbSyntax
HeaderDef
ndiswwan.h
_NDIS_WWAN_DEVICE_CAPS
PNDIS_WWAN_DEVICE_CAPS
NDIS_WWAN_DEVICE_CAPS

_NDIS_WWAN_DEVICE_CAPS structure

-description

The NDIS_WWAN_DEVICE_CAPS structure represents the capabilities of the MB device.

-struct-fields

-field Header

The header with type, revision, and size information about the NDIS_WWAN_DEVICE_CAPS 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 Windows 8 miniport drivers that follow the NDIS 6.30 specification should set this to NDIS_WWAN_DEVICE_CAPS_REVISION_2. Windows 7 miniport drivers that follow the NDIS 6.20 specification should set this to NDIS_WWAN_DEVICE_CAPS_REVISION_1.
Size sizeof(NDIS_WWAN_DEVICE_CAPS)
 
Note  You must specify NDIS_WWAN_DEVICE_CAPS_REVISION_2 in Revision to use the Windows 8 members of WWAN_DEVICE_CAPS.
 
For more information about these members, see NDIS_OBJECT_HEADER.

-field uStatus

The status of the device capabilities query. The following table shows the possible values for this member.

Value Meaning
WWAN_STATUS_SUCCESS The operation succeeded.
WWAN_STATUS_FAILURE The operation failed to retrieve the capabilities for the device.
WWAN_STATUS_NOT_INITIALIZED The operation failed because the device is in the process of initializing. Retry the operation when the ready-state is not WwanReadyStateOff.

-field DeviceCaps

A formatted WWAN_DEVICE_CAPS object that represents the capabilities of the MB device.

-see-also

NDIS_OBJECT_HEADER

WWAN_DEVICE_CAPS