NDIS_WWAN_QUERY_UICC_RESET structure (ndiswwan.h)
The NDIS_WWAN_QUERY_UICC_RESET structure represents the SIM slot ID that is associated with an OID_WWAN_UICC_RESET query request.
Syntax
typedef struct _NDIS_WWAN_QUERY_UICC_RESET {
NDIS_OBJECT_HEADER Header;
WWAN_QUERY_UICC_RESET QueryUiccReset;
} NDIS_WWAN_QUERY_UICC_RESET, *PNDIS_WWAN_QUERY_UICC_RESET;
Members
Header
The header with type, revision, and size information about the NDIS_WWAN_QUERY_UICC_RESET structure.
Header submember | Value |
---|---|
Type | NDIS_OBJECT_TYPE_DEFAULT |
Revision | NDIS_WWAN_QUERY_UICC_RESET_REVISION_1 |
Size | sizeof(NDIS_WWAN_QUERY_UICC_RESET) |
For more information about these members, see NDIS_OBJECT_HEADER.
QueryUiccReset
A WWAN_QUERY_UICC_RESET structure that represents the slot ID.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | ndiswwan.h |