Platform SDK: Network Management

USER_INFO_1052

The USER_INFO_1052 structure contains the path to a network user's profile. This information level is valid only when you call the NetUserSetInfo function.

typedef struct _USER_INFO_1052 {
  LPWSTR    usri1052_profile;
} USER_INFO_1052, *PUSER_INFO_1052, *LPUSER_INFO_1052;

Members

usri1052_profile
Specifies a Unicode string that contains the path to the user's profile. The user is specified in the username parameter to the NetUserSetInfo function. This value can be a null string, a local absolute path, or a UNC path.

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