WWAN_VENDOR_SPECIFIC - NtDoc

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

typedef struct _WWAN_VENDOR_SPECIFIC {
  ULONG uVendorSpecificBufferSize;
} WWAN_VENDOR_SPECIFIC, *PWWAN_VENDOR_SPECIFIC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WWAN_VENDOR_SPECIFIC structure

Description

The WWAN_VENDOR_SPECIFIC structure represents vendor-specific data.

Members

uVendorSpecificBufferSize

The size, in bytes, of the vendor-specific buffer that follows the structure instance in memory.

Remarks

NDIS_WWAN_VENDOR_SPECIFIC should have the data following the uVendorSpecificBufferSize member.

See also

NDIS_WWAN_VENDOR_SPECIFIC