USER_INFO_21 structure (lmaccess.h)

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[ENCRYPTED_PWLEN]

Specifies a one-way encrypted LAN Manager 2.x-compatible password.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmaccess.h (include Lm.h)

See also

NetUserSetInfo

Network Management Overview

Network Management Structures

User Functions