DOMAIN_UAS_INFORMATION - NtDoc

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

/**
 * DOMAIN_UAS_INFORMATION indicates whether UAS compatibility is required for the domain.
 */
typedef struct _DOMAIN_UAS_INFORMATION
{
    BOOLEAN UasCompatibilityRequired;
} DOMAIN_UAS_INFORMATION;

#endif

View code on GitHub

NtDoc

No description available.