USER_INFO_21 structure
The USER_INFO_21 structure contains a one-way encrypted LAN Manager 2.x-compatible password.
Syntax
typedef struct _USER_INFO_21 { BYTE usri21_password[ENCRYPTED_PWLEN]; } USER_INFO_21, *PUSER_INFO_21, *LPUSER_INFO_21;
Members
- usri21_password
-
Specifies a one-way encrypted LAN Manager 2.x-compatible password.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: