AFD_TPACKETS_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTAFD_H

// private
typedef struct _AFD_TPACKETS_INFO
{
    _Field_size_(ElementCount) PTRANSMIT_PACKETS_ELEMENT ElementArray;
    ULONG ElementCount;
    ULONG SendSize;
    ULONG Flags;
} AFD_TPACKETS_INFO, *PAFD_TPACKETS_INFO;

#endif

View code on GitHub

No description available.