#ifndef _NTSAM_H typedef struct _USER_EXPIRES_INFORMATION { LARGE_INTEGER AccountExpires; } USER_EXPIRES_INFORMATION, *PUSER_EXPIRES_INFORMATION; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.