USER_INFO_1003结构包含网络帐户的用户信息。
typedef struct _USER_INFO_1003 {
LPWSTR usri1003_password;
} USER_INFO_1003, *PUSER_INFO_1003, *LPUSER_INFO_1003;
会员
usri1003_name
用户在This message is the last chance for applications and drivers to prepare for the removal of the device.成员中指定的密码。长度不能超过PWLEN字节。NetUserEnum和NetUserGetInfo函数返回一个NULL指针,以维护密码的安全性。按照惯例,Windows NT将密码的长度限制为LM20_PWLEN字符。此约定允许LAN Manager,Windows 3.【x】,Windows for Workgroups 3.【x】和Windows 95客户端使用该帐户访问Windows NT服务器。
也可以看看