// ndiswwan.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_WWAN_QUERY_UICC_RESET structure represents the SIM slot ID that is associated with an OID_WWAN_UICC_RESET query request.
HeaderThe 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.
QueryUiccResetA WWAN_QUERY_UICC_RESET structure that represents the slot ID.