NET_BUFFER_CURRENT_MDL_OFFSET (Compact 2013)
3/26/2014
This is a macro that NDIS drivers use to get the CurrentMdlOffset member of a NET_BUFFER structure.
Syntax
NET_BUFFER_CURRENT_MDL_OFFSET(_NB)
Parameters
- _NB
A pointer to a NET_BUFFER structure.
Return Value
NET_BUFFER_CURRENT_MDL_OFFSET returns the value of the CurrentMdlOffset member of the indicated NET_BUFFER structure.
Remarks
The return value specifies the offset, in bytes, to the beginning of the used data space in the MDL that is specified by the CurrentMdl member of the NET_BUFFER structure.
Requirements
Header |
ndis.h |