ReactOS 0.4.15-dev-7788-g1ad9096
_LOGONDATA Struct Reference
Collaboration diagram for _LOGONDATA:

Public Attributes

ENUM_SERVICE_STATUS_PROCESSpService
 
LPQUERY_SERVICE_CONFIG pServiceConfig
 
WCHAR szAccountName [64]
 
WCHAR szPassword1 [64]
 
WCHAR szPassword2 [64]
 
INT nInteractive
 
BOOL bInitialized
 
BOOL bLocalSystem
 
BOOL bAccountChanged
 

Detailed Description

Definition at line 16 of file propsheet_logon.c.

Member Data Documentation

◆ bAccountChanged

BOOL _LOGONDATA::bAccountChanged

Definition at line 26 of file propsheet_logon.c.

Referenced by LogonPageProc(), and OnApply().

◆ bInitialized

BOOL _LOGONDATA::bInitialized

Definition at line 24 of file propsheet_logon.c.

Referenced by LogonPageProc(), and SetControlStates().

◆ bLocalSystem

BOOL _LOGONDATA::bLocalSystem

Definition at line 25 of file propsheet_logon.c.

Referenced by OnQueryInitialFocus(), and SetControlStates().

◆ nInteractive

INT _LOGONDATA::nInteractive

Definition at line 23 of file propsheet_logon.c.

Referenced by SetControlStates().

◆ pService

ENUM_SERVICE_STATUS_PROCESS* _LOGONDATA::pService

Definition at line 18 of file propsheet_logon.c.

Referenced by OnApply().

◆ pServiceConfig

LPQUERY_SERVICE_CONFIG _LOGONDATA::pServiceConfig

Definition at line 19 of file propsheet_logon.c.

Referenced by LogonPageProc(), and OnApply().

◆ szAccountName

WCHAR _LOGONDATA::szAccountName[64]

Definition at line 20 of file propsheet_logon.c.

Referenced by SetControlStates().

◆ szPassword1

WCHAR _LOGONDATA::szPassword1[64]

Definition at line 21 of file propsheet_logon.c.

Referenced by SetControlStates().

◆ szPassword2

WCHAR _LOGONDATA::szPassword2[64]

Definition at line 22 of file propsheet_logon.c.

Referenced by SetControlStates().


The documentation for this struct was generated from the following file: