|
GME
13
|
#include <CompDlg.h>
Public Types | |
| enum | { IDD = IDD_COMPDLG } |
Public Member Functions | |
| CCompDlg (CWnd *pParent=NULL) | |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnBnClickedRadiosys () |
| afx_msg void | OnBnClickedRadiouser () |
| afx_msg void | OnBnClickedRadioboth () |
| afx_msg void | OnAllCompsHeader (NMHDR *pNMHDR, LRESULT *pResult) |
Static Public Member Functions | |
| static int CALLBACK | SortFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
Public Attributes | |
| CButton | m_enable_disable |
| CButton | m_remove |
| CButton | m_install |
| CListCtrl | m_list |
| int | m_accessmode |
| int | m_dispmode |
| CString | paradigm |
| componenttype_enum | type |
| CComVariant | parameter |
| CString | progid |
| CString | onOKoper |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnNotify (WPARAM wParam, LPARAM lParam, LRESULT *pResult) |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnRemove () |
| afx_msg void | OnInstall () |
| afx_msg void | OnActivedisp () |
| afx_msg void | OnActiveInactive () |
| afx_msg void | OnAllcomps () |
| afx_msg void | OnEnableDisable () |
| void | RefreshShieldIcons () |
| void | ResetItems () |
| void | RegisterDll (const CString &path) |
| void | RegisterPattern (const CString &path) |
| void | RegisterUnknownFile (const CString &path) |
| void | UpdateEnableDisable () |
| HRESULT | GetElevatedRegistrar (IMgaRegistrar **registrar) |
Protected Attributes | |
| CComPtr< IMgaRegistrar > | m_elevatedRegistrar |
| CCompDlg::CCompDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 26 of file CompDlg.cpp.
| void CCompDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 41 of file CompDlg.cpp.
| HRESULT CCompDlg::GetElevatedRegistrar | ( | IMgaRegistrar ** | registrar | ) | [protected] |
Definition at line 491 of file CompDlg.cpp.
| void CCompDlg::OnActivedisp | ( | ) | [protected] |
Definition at line 638 of file CompDlg.cpp.
| void CCompDlg::OnActiveInactive | ( | ) | [protected] |
Definition at line 643 of file CompDlg.cpp.
| void CCompDlg::OnAllcomps | ( | ) | [protected] |
Definition at line 648 of file CompDlg.cpp.
| void CCompDlg::OnAllCompsHeader | ( | NMHDR * | pNMHDR, |
| LRESULT * | pResult | ||
| ) |
Definition at line 87 of file CompDlg.cpp.
| void CCompDlg::OnBnClickedRadioboth | ( | ) |
Definition at line 709 of file CompDlg.cpp.
| void CCompDlg::OnBnClickedRadiosys | ( | ) |
Definition at line 699 of file CompDlg.cpp.
| void CCompDlg::OnBnClickedRadiouser | ( | ) |
Definition at line 704 of file CompDlg.cpp.
| void CCompDlg::OnEnableDisable | ( | ) | [protected] |
Definition at line 386 of file CompDlg.cpp.
| BOOL CCompDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 100 of file CompDlg.cpp.
| void CCompDlg::OnInstall | ( | ) | [protected] |
Definition at line 440 of file CompDlg.cpp.
| BOOL CCompDlg::OnNotify | ( | WPARAM | wParam, |
| LPARAM | lParam, | ||
| LRESULT * | pResult | ||
| ) | [protected, virtual] |
Definition at line 312 of file CompDlg.cpp.
| void CCompDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 296 of file CompDlg.cpp.
| void CCompDlg::OnRemove | ( | ) | [protected] |
Definition at line 338 of file CompDlg.cpp.
| void CCompDlg::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) |
Definition at line 654 of file CompDlg.cpp.
| void CCompDlg::RefreshShieldIcons | ( | ) | [protected] |
Definition at line 155 of file CompDlg.cpp.
| void CCompDlg::RegisterDll | ( | const CString & | path | ) | [protected] |
Definition at line 468 of file CompDlg.cpp.
| void CCompDlg::RegisterPattern | ( | const CString & | path | ) | [protected] |
Definition at line 502 of file CompDlg.cpp.
| void CCompDlg::RegisterUnknownFile | ( | const CString & | path | ) | [protected] |
Definition at line 633 of file CompDlg.cpp.
| void CCompDlg::ResetItems | ( | ) | [protected] |
Definition at line 166 of file CompDlg.cpp.
| int CALLBACK CCompDlg::SortFunc | ( | LPARAM | lParam1, |
| LPARAM | lParam2, | ||
| LPARAM | lParamSort | ||
| ) | [static] |
Definition at line 77 of file CompDlg.cpp.
| void CCompDlg::UpdateEnableDisable | ( | ) | [protected] |
Definition at line 277 of file CompDlg.cpp.
CComPtr<IMgaRegistrar> CCompDlg::m_elevatedRegistrar [protected] |
| CButton CCompDlg::m_enable_disable |
| CButton CCompDlg::m_install |
| CListCtrl CCompDlg::m_list |
| CButton CCompDlg::m_remove |
| CString CCompDlg::onOKoper |
| CString CCompDlg::paradigm |
| CComVariant CCompDlg::parameter |
| CString CCompDlg::progid |
1.7.6.1