#ifndef _NTSAM_H typedef struct _DOMAIN_DISPLAY_OEM_USER { ULONG Index; OEM_STRING User; } DOMAIN_DISPLAY_OEM_USER, *PDOMAIN_DISPLAY_OEM_USER; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.