AFD_GROUP_TYPE - NtDoc

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

// private
typedef enum _AFD_GROUP_TYPE
{
    GroupTypeNeither = 0,
    GroupTypeUnconstrained = SG_UNCONSTRAINED_GROUP,
    GroupTypeConstrained = SG_CONSTRAINED_GROUP,
} AFD_GROUP_TYPE, *PAFD_GROUP_TYPE;

#endif

View code on GitHub

No description available.