ReactOS 0.4.16-dev-433-g6363f78
|
#include <userenv.h>
Public Attributes | |
DWORD | dwSize |
DWORD | dwFlags |
LPWSTR | lpUserName |
LPWSTR | lpProfilePath |
LPWSTR | lpDefaultPath |
LPWSTR | lpServerName |
LPWSTR | lpPolicyPath |
HANDLE | hProfile |
DWORD _PROFILEINFOW::dwFlags |
Definition at line 37 of file userenv.h.
Referenced by HandleLogon(), LoadUserProfileA(), ScmLogonService(), and START_TEST().
DWORD _PROFILEINFOW::dwSize |
Definition at line 36 of file userenv.h.
Referenced by HandleLogon(), LoadUserProfileA(), ScmLogonService(), SeclCreateProcessWithLogonW(), and START_TEST().
HANDLE _PROFILEINFOW::hProfile |
Definition at line 43 of file userenv.h.
Referenced by HandleLogon(), LoadUserProfileA(), ScmLogonService(), and SeclCreateProcessWithLogonW().
LPWSTR _PROFILEINFOW::lpDefaultPath |
Definition at line 40 of file userenv.h.
Referenced by HandleLogon(), and LoadUserProfileA().
LPWSTR _PROFILEINFOW::lpPolicyPath |
Definition at line 42 of file userenv.h.
Referenced by HandleLogon(), and LoadUserProfileA().
LPWSTR _PROFILEINFOW::lpProfilePath |
Definition at line 39 of file userenv.h.
Referenced by HandleLogon(), and LoadUserProfileA().
LPWSTR _PROFILEINFOW::lpServerName |
Definition at line 41 of file userenv.h.
Referenced by HandleLogon(), and LoadUserProfileA().
LPWSTR _PROFILEINFOW::lpUserName |
Definition at line 38 of file userenv.h.
Referenced by HandleLogon(), LoadUserProfileA(), ScmLogonService(), SeclCreateProcessWithLogonW(), and START_TEST().