#include <WizardSharePage.h>
Inheritance diagram for CWizardSharePage:

Public Types | |
| enum | { IDD = IDD_WIZARD_SHARING } |
Public Member Functions | |
| CWizardSharePage () | |
| virtual | ~CWizardSharePage () |
| void | AddPhysicalFolder (LPCTSTR pszFolder) |
| void | AddRegistryFolder (HKEY hRoot, LPCTSTR pszKey, LPCTSTR pszValue) |
| virtual BOOL | OnSetActive () |
| virtual LRESULT | OnWizardNext () |
Public Attributes | |
| CListCtrl | m_wndList |
| CButton | m_wndRemove |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnItemChangedShareFolders (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnShareAdd () |
| afx_msg void | OnShareRemove () |
|
|
Definition at line 42 of file WizardSharePage.h. |
|
|
Definition at line 55 of file WizardSharePage.cpp. |
|
|
Definition at line 61 of file WizardSharePage.cpp. |
|
|
Definition at line 130 of file WizardSharePage.cpp. References m_wndList, and SHI_FOLDER_OPEN. Referenced by AddRegistryFolder(), and OnInitDialog(). |
|
||||||||||||||||
|
Definition at line 146 of file WizardSharePage.cpp. References AddPhysicalFolder(), and NULL. Referenced by OnInitDialog(). |
|
|
Definition at line 65 of file WizardSharePage.cpp. References IDC_SHARE_FOLDERS, IDC_SHARE_REMOVE, m_wndList, and m_wndRemove. |
|
|
||||||||||||
|
Definition at line 171 of file WizardSharePage.cpp. References m_wndList, and m_wndRemove. |
|
|
Definition at line 124 of file WizardSharePage.cpp. References CWizardPage::SetWizardButtons(). |
|
|
|
Definition at line 326 of file WizardSharePage.cpp. References m_wndList. |
|
|
Definition at line 337 of file WizardSharePage.cpp. References CLibraryFolders::AddFolder(), CLibraryFolders::GetFolderIterator(), CLibraryFolders::GetNextFolder(), IDS_WIZARD_SHARE_CONFIRM, Library, LibraryFolders, CSkin::LoadString(), CLibrary::m_pSection, CLibraryFolder::m_sPath, m_wndList, CLibraryFolders::RemoveFolder(), and Skin. |
|
|
Definition at line 43 of file WizardSharePage.h. Referenced by AddPhysicalFolder(), DoDataExchange(), OnInitDialog(), OnItemChangedShareFolders(), OnShareAdd(), OnShareRemove(), and OnWizardNext(). |
|
|
Definition at line 44 of file WizardSharePage.h. Referenced by DoDataExchange(), and OnItemChangedShareFolders(). |
1.4.2