AFD_SWITCH_ACQUIRE_CTX_INFO - NtDoc

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

// private
typedef struct _AFD_SWITCH_ACQUIRE_CTX_INFO
{
    HANDLE SocketHandle;
    PAFD_SWITCH_CONTEXT SwitchContext;
    PVOID SocketCtxBuf;
    ULONG SocketCtxBufSize;
} AFD_SWITCH_ACQUIRE_CTX_INFO, *PAFD_SWITCH_ACQUIRE_CTX_INFO;

#endif

View code on GitHub

No description available.