Prev Next
The USER_INFO_1003 structure contains user information for network
accounts.
typedef struct _USER_INFO_1003 {
LPWSTR usri1003_password;
} USER_INFO_1003, *PUSER_INFO_1003, *LPUSER_INFO_1003;
Members
-
usri1003_password
-
The password for the user specified in the usri1003_name member. The
length cannot exceed PWLEN bytes. The NetUserEnum and NetUserGetInfo
functions return a NULL pointer to maintain password security. By convention,
Windows NT limits the length of passwords to LM20_PWLEN characters. This
convention allows LAN Manager, Windows 3.x, Windows for Workgroups 3.x,
and Windows 95 clients to access a Windows NT server using the account.
See Also
NetUserEnum, NetUserGetInfo,
NetUserSetInfo