#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;
View code on GitHubNo description available.