#ifndef _NTSAM_H typedef struct _USER_CONTROL_INFORMATION { ULONG UserAccountControl; } USER_CONTROL_INFORMATION, *PUSER_CONTROL_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.