Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This is a macro that NDIS drivers use to get a pointer to the NET_BUFFER_LIST_CONTEXT context space that is associated with a NET_BUFFER_LIST structure.
Syntax
NET_BUFFER_LIST_CONTEXT_DATA_START(_NBL)
Parameters
- _NBL
A pointer to a NET_BUFFER_LIST structure.
Return Value
NET_BUFFER_LIST_CONTEXT_DATA_START returns a pointer to the NET_BUFFER_LIST_CONTEXT context space that is associated with the indicated NET_BUFFER_LIST structure.
Remarks
NET_BUFFER_LIST_CONTEXT_DATA_START returns a pointer to the start of the used context space in the ContextData member of the NET_BUFFER_LIST_CONTEXT structure.
Requirements
Header |
ndis.h |
See Also
Reference
NET_BUFFER_LIST Structure Macros
NET_BUFFER_LIST
NET_BUFFER_LIST_CONTEXT