AFD_SWITCH_CONNECT_INFO - NtDoc

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

// private
typedef struct _AFD_SWITCH_CONNECT_INFO
{
    HANDLE ListenHandle;
    PAFD_SWITCH_CONTEXT SwitchContext;
    TRANSPORT_ADDRESS RemoteAddress;
} AFD_SWITCH_CONNECT_INFO, *PAFD_SWITCH_CONNECT_INFO;

#endif

View code on GitHub

No description available.