Searched refs:IDefClFImpl (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shell32.cpp | 126 class IDefClFImpl : class 136 IDefClFImpl(); 143 BEGIN_COM_MAP(IDefClFImpl) 148 IDefClFImpl::IDefClFImpl() in IDefClFImpl() function in IDefClFImpl 156 HRESULT IDefClFImpl::Initialize(LPFNCREATEINSTANCE lpfnCIx, PLONG pcRefDllx, const IID *riidInstx) in Initialize() 172 HRESULT WINAPI IDefClFImpl::CreateInstance(IUnknown * pUnkOuter, REFIID riid, LPVOID *ppvObject) in CreateInstance() 190 HRESULT WINAPI IDefClFImpl::LockServer(BOOL fLock) in LockServer() 202 …return ShellObjectCreatorInit<IDefClFImpl>(lpfnCI, pcRefDll, riidInst, IID_PPV_ARG(IClassFactory, … in IDefClF_fnConstructor()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellole.c | 373 } IDefClFImpl; typedef 375 static inline IDefClFImpl *impl_from_IClassFactory(IClassFactory *iface) in impl_from_IClassFactory() 377 return CONTAINING_RECORD(iface, IDefClFImpl, IClassFactory_iface); in impl_from_IClassFactory() 388 IDefClFImpl* lpclf; in IDefClF_fnConstructor() 390 lpclf = HeapAlloc(GetProcessHeap(),0,sizeof(IDefClFImpl)); in IDefClF_fnConstructor() 408 IDefClFImpl *This = impl_from_IClassFactory(iface); in IDefClF_fnQueryInterface() 428 IDefClFImpl *This = impl_from_IClassFactory(iface); in IDefClF_fnAddRef() 440 IDefClFImpl *This = impl_from_IClassFactory(iface); in IDefClF_fnRelease() 461 IDefClFImpl *This = impl_from_IClassFactory(iface); in IDefClF_fnCreateInstance() 482 IDefClFImpl *This = impl_from_IClassFactory(iface); in IDefClF_fnLockServer()
|