NDIS_GET_NET_BUFFER_LIST_CANCEL_ID (Compact 2013)
3/26/2014
This macro gets the cancellation identifier from a NET_BUFFER_LIST structure.
Syntax
NDIS_GET_NET_BUFFER_LIST_CANCEL_ID(_NBL)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
Return Value
None
Remarks
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.
Requirements
Header |
ndis.h |
See Also
Reference
NDIS NET_BUFFER Send and Receive Macros
NdisCancelSendNetBufferLists
NdisFCancelSendNetBufferLists
NDIS_SET_NET_BUFFER_LIST_CANCEL_ID
NET_BUFFER_LIST