Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 1.49 KB

ns-wwan-wwan_offset_size_element.md

File metadata and controls

64 lines (54 loc) · 1.49 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NS:wwan._WWAN_OFFSET_SIZE_ELEMENT
netvista
WWAN_OFFSET_SIZE_ELEMENT
01/13/2022
Windows
The WWAN_OFFSET_SIZE_ELEMENT structure contains the size and offset to a data buffer.
false
structure
wwan.h
Windows 11, version 22H2
WWAN_OFFSET_SIZE_ELEMENT, *PWWAN_OFFSET_SIZE_ELEMENT
apiref
HeaderDef
wwan.h
_WWAN_OFFSET_SIZE_ELEMENT
PWWAN_OFFSET_SIZE_ELEMENT
WWAN_OFFSET_SIZE_ELEMENT
_WWAN_OFFSET_SIZE_ELEMENT
wwan/_WWAN_OFFSET_SIZE_ELEMENT
PWWAN_OFFSET_SIZE_ELEMENT
wwan/PWWAN_OFFSET_SIZE_ELEMENT
WWAN_OFFSET_SIZE_ELEMENT
wwan/WWAN_OFFSET_SIZE_ELEMENT
c++
_WWAN_OFFSET_SIZE_ELEMENT

-description

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

-struct-fields

-field 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.

-field 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