ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
ENUM_SERVICE_STATUS_PROCESS * | pService |
LPQUERY_SERVICE_CONFIG | pServiceConfig |
WCHAR | szAccountName [64] |
WCHAR | szPassword1 [64] |
WCHAR | szPassword2 [64] |
INT | nInteractive |
BOOL | bInitialized |
BOOL | bLocalSystem |
BOOL | bAccountChanged |
Definition at line 16 of file propsheet_logon.c.
BOOL _LOGONDATA::bAccountChanged |
Definition at line 26 of file propsheet_logon.c.
Referenced by LogonPageProc(), and OnApply().
BOOL _LOGONDATA::bInitialized |
Definition at line 24 of file propsheet_logon.c.
Referenced by LogonPageProc(), and SetControlStates().
BOOL _LOGONDATA::bLocalSystem |
Definition at line 25 of file propsheet_logon.c.
Referenced by OnQueryInitialFocus(), and SetControlStates().
INT _LOGONDATA::nInteractive |
Definition at line 23 of file propsheet_logon.c.
Referenced by SetControlStates().
ENUM_SERVICE_STATUS_PROCESS* _LOGONDATA::pService |
Definition at line 18 of file propsheet_logon.c.
Referenced by OnApply().
LPQUERY_SERVICE_CONFIG _LOGONDATA::pServiceConfig |
Definition at line 19 of file propsheet_logon.c.
Referenced by LogonPageProc(), and OnApply().
WCHAR _LOGONDATA::szAccountName[64] |
Definition at line 20 of file propsheet_logon.c.
Referenced by SetControlStates().
WCHAR _LOGONDATA::szPassword1[64] |
Definition at line 21 of file propsheet_logon.c.
Referenced by SetControlStates().
WCHAR _LOGONDATA::szPassword2[64] |
Definition at line 22 of file propsheet_logon.c.
Referenced by SetControlStates().