USER_INFO_1052 structure (lmaccess.h)
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.
Syntax
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
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) |