USER_INFO_1006 structure (lmaccess.h)

The USER_INFO_1006 structure contains the user's home directory path. This information level is valid only when you call the NetUserSetInfo function.

Syntax

typedef struct _USER_INFO_1006 {
  LPWSTR usri1006_home_dir;
} USER_INFO_1006, *PUSER_INFO_1006, *LPUSER_INFO_1006;

Members

usri1006_home_dir

Pointer to a Unicode string specifying the path of the home directory for the user account specified in the username parameter to the NetUserSetInfo function. The string can be null.

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)

See also

NetUserSetInfo

Network Management Overview

Network Management Structures

User Functions