NET_BUFFER_LIST_STATUS (Compact 2013)
3/26/2014
This is a macro that NDIS drivers use to access the StatusCode member of a NET_BUFFER_LIST structure.
Syntax
NET_BUFFER_LIST_STATUS(_NBL)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
Return Value
NET_BUFFER_LIST_STATUS returns the value of the StatusCode member of the indicated NET_BUFFER_LIST structure.
Remarks
Miniport drivers and NDIS intermediate drivers can use StatusCode for their own purposes.
Requirements
Header |
ndis.h |