#ifndef _NTSAM_H
/**
* DOMAIN_NAME_INFORMATION contains the domain's name.
*/
typedef struct _DOMAIN_NAME_INFORMATION
{
UNICODE_STRING DomainName;
} DOMAIN_NAME_INFORMATION, *PDOMAIN_NAME_INFORMATION;
View code on GitHubThis type is documented in the [MS-SAMR] specification.