WWAN_OFFSET_SIZE_ELEMENT - NtDoc

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

typedef struct _WWAN_OFFSET_SIZE_ELEMENT {
  ULONG Offset;
  ULONG Size;
} WWAN_OFFSET_SIZE_ELEMENT, *PWWAN_OFFSET_SIZE_ELEMENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.

Remarks

See also