AFD_SWITCH_REQUEST_INFO - NtDoc

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

// private
typedef struct _AFD_SWITCH_REQUEST_INFO
{
    HANDLE SocketHandle;
    PAFD_SWITCH_CONTEXT SwitchContext;
    PVOID RequestContext;
    NTSTATUS RequestStatus;
    ULONG DataOffset;
} AFD_SWITCH_REQUEST_INFO, *PAFD_SWITCH_REQUEST_INFO;

#endif

View code on GitHub

No description available.