Home
last modified time | relevance | path

Searched refs:CPropertySheet (Results 1 – 3 of 3) sorted by relevance

/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx64 CPropertySheet::CPropertySheet(long RefCnt) : in CPropertySheet() function in CPropertySheet
75 CPropertySheet::~CPropertySheet() in ~CPropertySheet()
113 ULONG STDMETHODCALLTYPE CPropertySheet::AddRef(void) in AddRef()
123 ULONG STDMETHODCALLTYPE CPropertySheet::Release(void) in Release()
138 HRESULT STDMETHODCALLTYPE CPropertySheet::Initialize( in Initialize()
262 HRESULT STDMETHODCALLTYPE CPropertySheet::ReplacePage( in ReplacePage()
272 UINT CALLBACK CPropertySheet::PropPageSummaryCallback( in PropPageSummaryCallback()
275 CPropertySheet* pImpl = in PropPageSummaryCallback()
276 reinterpret_cast<CPropertySheet*>(ppsp->lParam); in PropPageSummaryCallback()
300 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageSummaryProc()
[all …]
/trunk/main/shell/inc/internal/
H A Dpropsheets.hxx39 class CPropertySheet : public IShellExtInit, public IShellPropSheetExt class
42 CPropertySheet(long RefCnt = 1);
44 virtual ~CPropertySheet();
/trunk/main/shell/source/win32/shlxthandler/
H A Dclassfactory.cxx122 pUnk = static_cast<IShellExtInit*>(new CPropertySheet()); in CreateInstance()

Completed in 21 milliseconds