Home
last modified time | relevance | path

Searched refs:WhichFields (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/netapi32/
H A Duser.c1465 UserAllInfo.WhichFields |= USER_ALL_USERNAME; in SetUserInfo()
1619 UserAllInfo.WhichFields |= USER_ALL_COUNTRYCODE; in SetUserInfo()
1622 UserAllInfo.WhichFields |= USER_ALL_CODEPAGE; in SetUserInfo()
1733 UserAllInfo.WhichFields |= USER_ALL_COUNTRYCODE; in SetUserInfo()
1736 UserAllInfo.WhichFields |= USER_ALL_CODEPAGE; in SetUserInfo()
1869 UserAllInfo.WhichFields |= USER_ALL_COUNTRYCODE; in SetUserInfo()
1872 UserAllInfo.WhichFields |= USER_ALL_CODEPAGE; in SetUserInfo()
2002 UserAllInfo.WhichFields |= USER_ALL_COUNTRYCODE; in SetUserInfo()
2005 UserAllInfo.WhichFields |= USER_ALL_CODEPAGE; in SetUserInfo()
2152 UserAllInfo.WhichFields |= USER_ALL_COUNTRYCODE; in SetUserInfo()
[all …]
/reactos/dll/win32/samsrv/
H A Dsamrpc.c6797 InfoBuffer->All.WhichFields = 0; in SampQueryUserAll()
6813 if (InfoBuffer->All.WhichFields == 0) in SampQueryUserAll()
7613 ULONG WhichFields; in SampSetUserAll() local
7621 WhichFields = Buffer->All.WhichFields; in SampSetUserAll()
7633 if (WhichFields & USER_ALL_USERNAME) in SampSetUserAll()
7641 if (WhichFields & USER_ALL_FULLNAME) in SampSetUserAll()
7659 if (WhichFields & USER_ALL_USERCOMMENT) in SampSetUserAll()
7686 if (WhichFields & USER_ALL_SCRIPTPATH) in SampSetUserAll()
7713 if (WhichFields & USER_ALL_PARAMETERS) in SampSetUserAll()
7722 if (WhichFields & USER_ALL_LOGONHOURS) in SampSetUserAll()
[all …]
/reactos/sdk/include/psdk/
H A Dsubauth.h141 ULONG WhichFields; member
161 ULONG WhichFields; member
/reactos/dll/win32/samlib/
H A Dsamlib.c2083 … if (InternalAllBuffer.WhichFields & (USER_ALL_LMPASSWORDPRESENT | USER_ALL_NTPASSWORDPRESENT)) in SamSetInformationUser()
2085 if (InternalAllBuffer.WhichFields & USER_ALL_OWFPASSWORD) in SamSetInformationUser()
2088 if (InternalAllBuffer.WhichFields & USER_ALL_NTPASSWORDPRESENT) in SamSetInformationUser()
2095 if (InternalAllBuffer.WhichFields & USER_ALL_LMPASSWORDPRESENT) in SamSetInformationUser()
2107 if (InternalAllBuffer.WhichFields & USER_ALL_LMPASSWORDPRESENT) in SamSetInformationUser()
2113 if (InternalAllBuffer.WhichFields & USER_ALL_NTPASSWORDPRESENT) in SamSetInformationUser()
2155 InternalAllBuffer.WhichFields |= USER_ALL_LMPASSWORDPRESENT; in SamSetInformationUser()
/reactos/dll/win32/msv1_0/
H A Dmsv1_0.h103 unsigned long WhichFields; member
/reactos/sdk/include/ddk/
H A Dntsam.h709 ULONG WhichFields; member
/reactos/sdk/include/reactos/idl/
H A Dsam.idl506 unsigned long WhichFields;