AFD_MESSAGE_INFO - NtDoc

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

// private
typedef struct _AFD_MESSAGE_INFO
{
    AFD_DATAGRAM_INFO dgi;
    _Field_size_bytes_(ControlLength) PVOID ControlBuffer;
    PULONG ControlLength;
    PULONG MsgFlags;
} AFD_MESSAGE_INFO, *PAFD_MESSAGE_INFO;

#endif

View code on GitHub

No description available.