Searched refs:CPropertySheet (Results 1 – 3 of 3) sorted by relevance
64 CPropertySheet::CPropertySheet(long RefCnt) : in CPropertySheet() function in CPropertySheet75 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 …]
39 class CPropertySheet : public IShellExtInit, public IShellPropSheetExt class42 CPropertySheet(long RefCnt = 1);44 virtual ~CPropertySheet();
122 pUnk = static_cast<IShellExtInit*>(new CPropertySheet()); in CreateInstance()
Completed in 26 milliseconds