WWAN_UE_POLICY_INFO structure (wwan.h)
The WWAN_UE_POLICY_INFO structure represents the UE policy information of the MB device.
Syntax
typedef struct _WWAN_UE_POLICY_INFO {
WWAN_OFFSET_SIZE_ELEMENT RawTdOnlyData;
} WWAN_UE_POLICY_INFO, *PWWAN_UE_POLICY_INFO;
Members
RawTdOnlyData
A WWAN_OFFSET_SIZE_ELEMENT structure. The first 4 bytes are the offset to the data buffer that contains the raw data of MBIM_TLV_TYPE_URSP_RULES_TD_ONLY, in bytes, calculated from the beginning of WWAN_UE_POLICY_INFO. The second 4 bytes are the size of the raw data of MBIM_TLV_TYPE_URSP_RULES_TD_ONLY, in bytes.
Remarks
WWAN_UE_POLICY_INFO is used by the NDIS_WWAN_UE_POLICY_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | wwan.h |