WWAN_UE_POLICY_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wwan.h

typedef struct _WWAN_UE_POLICY_INFO {
  WWAN_OFFSET_SIZE_ELEMENT RawTdOnlyData;
} WWAN_UE_POLICY_INFO, *PWWAN_UE_POLICY_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_ue_policy_info)

Description

The WWAN_UE_POLICY_INFO structure represents the UE policy information of the MB device.

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.

See also

NDIS_WWAN_UE_POLICY_INFO

OID_WWAN_UE_POLICY