ReactOS 0.4.15-dev-8100-g1887773
ServiceItem Struct Reference
Collaboration diagram for ServiceItem:

Public Member Functions

 ServiceItem (const LPCWSTR lpszSvcName, BOOL bIsEnabled, BOOL bIsRequired)
 
 ~ServiceItem (void)
 

Public Attributes

CAtlStringW m_lpszSvcName
 
BOOL m_bIsEnabled
 
BOOL m_bIsRequired
 

Detailed Description

Definition at line 66 of file srvpage.cpp.

Constructor & Destructor Documentation

◆ ServiceItem()

ServiceItem::ServiceItem ( const LPCWSTR  lpszSvcName,
BOOL  bIsEnabled,
BOOL  bIsRequired 
)
inline

Definition at line 68 of file srvpage.cpp.

70 :
71 m_lpszSvcName(lpszSvcName),
72 m_bIsEnabled(bIsEnabled),
73 m_bIsRequired(bIsRequired)
74 { }
BOOL m_bIsEnabled
Definition: srvpage.cpp:80
BOOL m_bIsRequired
Definition: srvpage.cpp:81
CAtlStringW m_lpszSvcName
Definition: srvpage.cpp:79

◆ ~ServiceItem()

ServiceItem::~ServiceItem ( void  )
inline

Definition at line 76 of file srvpage.cpp.

77 { }

Member Data Documentation

◆ m_bIsEnabled

BOOL ServiceItem::m_bIsEnabled

Definition at line 80 of file srvpage.cpp.

Referenced by ValidateItem().

◆ m_bIsRequired

BOOL ServiceItem::m_bIsRequired

Definition at line 81 of file srvpage.cpp.

Referenced by ValidateItem().

◆ m_lpszSvcName

CAtlStringW ServiceItem::m_lpszSvcName

Definition at line 79 of file srvpage.cpp.

Referenced by ValidateItem().


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