#ifndef _NTSAM_H typedef struct _USER_PARAMETERS_INFORMATION { UNICODE_STRING Parameters; } USER_PARAMETERS_INFORMATION, *PUSER_PARAMETERS_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.