#ifndef _NTSAM_H typedef struct _USER_LOGON_HOURS_INFORMATION { LOGON_HOURS LogonHours; } USER_LOGON_HOURS_INFORMATION, *PUSER_LOGON_HOURS_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.