Searched refs:InternalAllBuffer (Results 1 – 1 of 1) sorted by relevance
2006 USER_ALL_INFORMATION InternalAllBuffer; in SamSetInformationUser() local2079 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 …]