NdisGetNextBuffer returns the next buffer descriptor in a chain, given a pointer to the current buffer descriptor.
VOID NdisGetNextBuffer(IN PNDIS_BUFFER CurrentBuffer,
OUT PNDIS_BUFFER *NextBuffer);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |