AFD_LISTEN_RESPONSE_INFO_TL - NtDoc

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

// private
typedef struct _AFD_LISTEN_RESPONSE_INFO_TL
{
    LONG Sequence;
    SOCKADDR RemoteAddress;
} AFD_LISTEN_RESPONSE_INFO_TL, *PAFD_LISTEN_RESPONSE_INFO_TL;

#endif

View code on GitHub

No description available.