// ndis.h
void NDIS_GET_NET_BUFFER_LIST_CANCEL_ID(
_NBL
);
View the official Windows Driver Kit DDI reference
No description available.
The NDIS_GET_NET_BUFFER_LIST_CANCEL_ID macro gets the cancellation identifier from a NET_BUFFER_LIST structure.
_NBL
A pointer to a NET_BUFFER_LIST structure.
NDIS_GET_NET_BUFFER_LIST_CANCEL_ID returns a ULONG value that is a cancellation identifier for the NET_BUFFER_LIST structure.
To cancel send requests, filter drivers call the NdisFCancelSendNetBufferLists function. Other NDIS drivers call the NdisCancelSendNetBufferLists function.
Drivers can call the NDIS_SET_NET_BUFFER_LIST_CANCEL_ID macro to set a cancellation identifier in a NET_BUFFER_LIST structure.
NDIS_SET_NET_BUFFER_LIST_CANCEL_ID