fldrpg.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef PAGE2_H_INCLUDED
- #define PAGE2_H_INCLUDED
- #include "dialog.h"
- class CNetPlacesWizardPage2 : public CPropertyPage
- {
- public:
- CNetPlacesWizardPage2(NETPLACESWIZARDDATA* pdata): m_pdata(pdata) {}
- protected:
- // Message handlers
- virtual INT_PTR DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
- BOOL OnInitDialog(HWND hwnd, HWND hwndFocus, LPARAM lParam);
- BOOL OnDestroy(HWND hwnd);
- BOOL OnNotify(HWND hwnd, int idCtrl, LPNMHDR pnmh);
- // Helper functions
- BOOL AddShareNamesToList(HWND hwndList);
- void GetFolderChoice(HWND hwndList, int iItem);
- // Data
- NETPLACESWIZARDDATA* m_pdata;
- BOOL m_fListValid;
- };
- #endif // !PAGE2_H_INCLUDED
English
