#ifndef _NTSAM_H typedef struct _USER_WORKSTATIONS_INFORMATION { UNICODE_STRING WorkStations; } USER_WORKSTATIONS_INFORMATION, *PUSER_WORKSTATIONS_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.