#ifndef _NTSAM_H typedef struct _USER_SCRIPT_INFORMATION { UNICODE_STRING ScriptPath; } USER_SCRIPT_INFORMATION, *PUSER_SCRIPT_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.