#ifndef _NTSAM_H typedef struct _USER_PROFILE_INFORMATION { UNICODE_STRING ProfilePath; } USER_PROFILE_INFORMATION, *PUSER_PROFILE_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.