WWAN_VENDOR_SPECIFIC structure (wwan.h)
The WWAN_VENDOR_SPECIFIC structure represents vendor-specific data.
Syntax
typedef struct _WWAN_VENDOR_SPECIFIC {
ULONG uVendorSpecificBufferSize;
} WWAN_VENDOR_SPECIFIC, *PWWAN_VENDOR_SPECIFIC;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |