USER_INFO_1009

The USER_INFO_1009 structure contains user information for network accounts.

typedef struct _USER_INFO_1009 {
LPWSTR usri1009_script_path;
} USER_INFO_1009, *PUSER_INFO_1009, *LPUSER_INFO_1009;

Members

usri1009_script_path

Points to a Unicode string specifying the path of the user's logon script, .CMD, .EXE, or .BAT file. The string can be null.

See Also

NetUserSetInfo