Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The NDIS_WWAN_SET_REGISTER_PARAMS structure represents data for OID_WWAN_REGISTER_PARAMS set requests.
Syntax
typedef struct _NDIS_WWAN_SET_REGISTER_PARAMS {
NDIS_OBJECT_HEADER Header;
WWAN_REGISTRATION_PARAMS_INFO SetRegisterParams;
} NDIS_WWAN_SET_REGISTER_PARAMS, *PNDIS_WWAN_SET_REGISTER_PARAMS;
Members
Header
The header with type, revision, and size information about the NDIS_WWAN_SET_REGISTER_PARAMS 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.
Header submember | Value |
---|---|
Type | NDIS_OBJECT_TYPE_DEFAULT |
Revision | NDIS_WWAN_SET_REGISTER_PARAMS_REVISION_1 |
Size | sizeof(NDIS_WWAN_SET_REGISTER_PARAMS) |
For more information about these members, see NDIS_OBJECT_HEADER.
SetRegisterParams
A formatted WWAN_REGISTRATION_PARAMS_INFO structure that describes the parameters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | ndiswwan.h |