AFD_TRANSPORT_IOCTL_INFO - NtDoc

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

// private
typedef struct _AFD_TRANSPORT_IOCTL_INFO
{
    HANDLE Handle;
    _Field_size_bytes_(InputBufferLength) PVOID InputBuffer;
    ULONG InputBufferLength;
    ULONG IoControlCode;
    ULONG AfdFlags;
    ULONG PollEvent;
} AFD_TRANSPORT_IOCTL_INFO, *PAFD_TRANSPORT_IOCTL_INFO;

#endif

View code on GitHub

No description available.