NET_BUFFER_LIST_IS_USO_SET function (ndis.h/nbluso.h)
The NET_BUFFER_LIST_IS_USO_SET function returns whether the UDP Segment Offload (USO) offload information is set for a NET_BUFFER_LIST structure.
Syntax
BOOLEAN NET_BUFFER_LIST_IS_USO_SET(
[in] NET_BUFFER_LIST const *Nbl
);
Parameters
[in] Nbl
A pointer to a NET_BUFFER_LIST structure.
Return value
Returns a non-zero value if the USO feature is enabled for this NET_BUFFER_LIST.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ndis.h/nbluso.h (include ndis.h) |