USER_INFO_1003 structure (lmaccess.h)

The USER_INFO_1003 structure contains a user password. This information level is valid only when you call the NetUserSetInfo function.

Syntax

typedef struct _USER_INFO_1003 {
  LPWSTR usri1003_password;
} USER_INFO_1003, *PUSER_INFO_1003, *LPUSER_INFO_1003;

Members

usri1003_password

Specifies a Unicode string that contains the password for the user account specified in the username parameter to the NetUserSetInfo function. The length cannot exceed PWLEN bytes.

Remarks

By convention, the length of passwords is limited to LM20_PWLEN characters.

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

NetUserEnum

NetUserGetInfo

NetUserSetInfo

Network Management Overview

Network Management Structures

User Functions