WWAN_OFFSET_SIZE_ELEMENT structure (wwan.h)

The WWAN_OFFSET_SIZE_ELEMENT structure contains the size and offset to a data buffer.

Syntax

typedef struct _WWAN_OFFSET_SIZE_ELEMENT {
  ULONG Offset;
  ULONG Size;
} WWAN_OFFSET_SIZE_ELEMENT, *PWWAN_OFFSET_SIZE_ELEMENT;

Members

Offset

The first 4 bytes of WWAN_OFFSET_SIZE_ELEMENT are the offset to the data buffer, calculated from the beginning of the structure that contains WWAN_OFFSET_SIZE_ELEMENT.

Size

The second 4 bytes of WWAN_OFFSET_SIZE_ELEMENT are the size of the raw data of the data buffer, in bytes.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wwan.h