ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <lmaccess.h>
Public Attributes | |
LPWSTR | usri1_name |
LPWSTR | usri1_password |
DWORD | usri1_password_age |
DWORD | usri1_priv |
LPWSTR | usri1_home_dir |
LPWSTR | usri1_comment |
DWORD | usri1_flags |
LPWSTR | usri1_script_path |
Definition at line 202 of file lmaccess.h.
LPWSTR _USER_INFO_1::usri1_comment |
Definition at line 208 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), run_userhandling_tests(), and SetUserInfo().
DWORD _USER_INFO_1::usri1_flags |
Definition at line 209 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), run_userhandling_tests(), and SetUserInfo().
LPWSTR _USER_INFO_1::usri1_home_dir |
Definition at line 207 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), run_userhandling_tests(), and SetUserInfo().
LPWSTR _USER_INFO_1::usri1_name |
Definition at line 203 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), and run_userhandling_tests().
LPWSTR _USER_INFO_1::usri1_password |
Definition at line 204 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), run_userhandling_tests(), and SetUserInfo().
DWORD _USER_INFO_1::usri1_password_age |
Definition at line 205 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), and cmdComputer().
DWORD _USER_INFO_1::usri1_priv |
Definition at line 206 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), and run_userhandling_tests().
LPWSTR _USER_INFO_1::usri1_script_path |
Definition at line 210 of file lmaccess.h.
Referenced by BuildUserInfoBuffer(), cmdComputer(), create_test_user(), run_userhandling_tests(), and SetUserInfo().