Platform SDK: Network Management

USER_INFO_1053

The USER_INFO_1053 structure contains user information for network accounts. This information level is valid only when you call the NetUserSetInfo function.

typedef struct _USER_INFO_1053 {
  LPWSTR    usri1053_home_dir_drive;
} USER_INFO_1053, *PUSER_INFO_1053, *LPUSER_INFO_1053;

Members

usri1053_home_dir_drive
Specifies the drive letter to assign to the user's home directory for logon purposes. The user is specified in the username parameter to the NetUserSetInfo function.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, User Functions, NetUserSetInfo