#ifndef _NTSAM_H typedef struct _USER_NAME_INFORMATION { UNICODE_STRING UserName; UNICODE_STRING FullName; } USER_NAME_INFORMATION, *PUSER_NAME_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.