Error 0x80070269
Value: -2147024279 | 0x80070269 | 2147943017
What does it mean ?
-
ERROR_PWD_HISTORY_CONFLICT
-
- You have attempted to change your password to one that you have used in the past.
// The policy of your user account does not allow this. Please select a password that you have not previously used.
- Value: 617 | 0x0269 | 0b0000001001101001
Where does it come from ?
-
FACILITY_WIN32
-
- Provides a way to handle error codes from functions in the Win32 API as an HRESULT. (Error codes in 16 - bit OLE that duplicated Win32 error codes have also been changed to FACILITY_WIN32)
- Value: 7 | 0x007 | 0b00000111
StackOverflow
Other Errors for FACILITY_WIN32