AFD_INFORMATION - NtDoc

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

// private
typedef struct _AFD_INFORMATION
{
    ULONG InformationType;
    union
    {
        BOOLEAN Boolean;
        ULONG Ulong;
        LARGE_INTEGER LargeInteger;
        AFD_GROUP_INFO GroupInfo; // rev
        SIO_DELIVERY_STATUS DeliveryStatus; // rev
    } Information;
} AFD_INFORMATION, *PAFD_INFORMATION;

#endif

View code on GitHub

No description available.