// netadapteroffload.h
BOOLEAN NetOffloadIsUdpRscEnabled(
[_In_] NETOFFLOAD Offload
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetOffloadIsUdpRscEnabled function determines whether a network adapter has UDP RSC Offload (URO) enabled.
Offload [_In_]A NETOFFLOAD object that represents the network adapter's URO capabilities.
Returns TRUE if URO is enabled. Otherwise, returns FALSE.
Client drivers typically call this function during their EvtNetAdapterOffloadSetRsc callback to test whether an updated set of active RSC capabilities includes URO.