AFD_SUPER_CONNECT_INFO_TL - NtDoc

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

// rev
typedef struct _AFD_SUPER_CONNECT_INFO_TL
{
    BOOLEAN SanActive;
    SOCKADDR RemoteAddress;
} AFD_SUPER_CONNECT_INFO_TL, *PAFD_SUPER_CONNECT_INFO_TL;

#endif

View code on GitHub

No description available.