#ifndef _NTSAM_H typedef struct _DOMAIN_NAME_INFORMATION { UNICODE_STRING DomainName; } DOMAIN_NAME_INFORMATION, *PDOMAIN_NAME_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.