// wwan.h
typedef struct _WWAN_VENDOR_SPECIFIC {
ULONG uVendorSpecificBufferSize;
} WWAN_VENDOR_SPECIFIC, *PWWAN_VENDOR_SPECIFIC;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_VENDOR_SPECIFIC structure represents vendor-specific data.
uVendorSpecificBufferSizeThe size, in bytes, of the vendor-specific buffer that follows the structure instance in memory.
NDIS_WWAN_VENDOR_SPECIFIC should have the data following the uVendorSpecificBufferSize member.