Home
last modified time | relevance | path

Searched refs:AccountControl (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/netapi32/
H A Duser.c127 GetAccountFlags(ULONG AccountControl, in GetAccountFlags() argument
150 if (AccountControl & USER_ACCOUNT_DISABLED) in GetAccountFlags()
156 if (AccountControl & USER_PASSWORD_NOT_REQUIRED) in GetAccountFlags()
159 if (AccountControl & USER_ACCOUNT_AUTO_LOCKED) in GetAccountFlags()
162 if (AccountControl & USER_DONT_EXPIRE_PASSWORD) in GetAccountFlags()
191 else if (AccountControl & USER_NORMAL_ACCOUNT) in GetAccountFlags()
208 ULONG AccountControl = 0; in GetAccountControl() local
211 AccountControl |= USER_ACCOUNT_DISABLED; in GetAccountControl()
220 AccountControl |= USER_ACCOUNT_AUTO_LOCKED; in GetAccountControl()
229 AccountControl |= USER_NORMAL_ACCOUNT; in GetAccountControl()
[all …]
/reactos/dll/win32/samsrv/
H A Ddisplay.c117 UserEntry->User.AccountControl = FixedUserData.UserAccountControl; in SampFillUserDisplayCache()
/reactos/sdk/include/ddk/
H A Dntsam.h315 ULONG AccountControl; member
325 ULONG AccountControl; member
/reactos/sdk/include/reactos/idl/
H A Dsam.idl297 unsigned long AccountControl;
307 unsigned long AccountControl;