Home
last modified time | relevance | path

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

/reactos/dll/win32/samlib/
H A Dsamlib.c2006 USER_ALL_INFORMATION InternalAllBuffer; in SamSetInformationUser() local
2079 RtlCopyMemory(&InternalAllBuffer, 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()
2116 &InternalAllBuffer.NtPassword); in SamSetInformationUser()
2132 InternalAllBuffer.NtPasswordPresent = TRUE; in SamSetInformationUser()
2133 InternalAllBuffer.LmPasswordPresent = FALSE; in SamSetInformationUser()
2156 InternalAllBuffer.LmPasswordPresent = TRUE; in SamSetInformationUser()
[all …]