Searched defs:CreateInstance (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvFactory.cpp91 VBoxCredProvFactory::CreateInstance(IUnknown *pUnkOuter, REFIID interfaceID, void **ppvInterface) function in class:VBoxCredProvFactory
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestFactory.cpp80 NS_IMETHOD CreateInstance(nsISupports *aDelegate,
89 nsresult TestFactory::CreateInstance(nsISupports *aDelegate, function in class:TestFactory
129 nsComponentManager::CreateInstance(kTestFactoryCID,
138 printf("CreateInstance failed\n");
143 nsComponentManager::CreateInstance(kTestLoadedFactoryCID,
152 printf("Dynamic CreateInstance failed\n");
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dunknwn.h123 virtual HRESULT STDMETHODCALLTYPE CreateInstance(
149 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:IClassFactoryVtbl
171 #define IClassFactory_CreateInstance(This,pUnkOuter,riid,ppvObject) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObject)
H A Doaidl.h1205 virtual HRESULT STDMETHODCALLTYPE CreateInstance(
1323 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:ITypeInfoVtbl
1376 #define ITypeInfo_CreateInstance(This,pUnkOuter,riid,ppvObj) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObj)
1857 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:ITypeInfo2Vtbl
1993 #define ITypeInfo2_CreateInstance(This,pUnkOuter,riid,ppvObj) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObj)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dunknwn.h123 virtual HRESULT STDMETHODCALLTYPE CreateInstance(
149 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:IClassFactoryVtbl
171 #define IClassFactory_CreateInstance(This,pUnkOuter,riid,ppvObject) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObject)
H A Doaidl.h1205 virtual HRESULT STDMETHODCALLTYPE CreateInstance(
1323 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:ITypeInfoVtbl
1376 #define ITypeInfo_CreateInstance(This,pUnkOuter,riid,ppvObj) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObj)
1857 HRESULT (STDMETHODCALLTYPE *CreateInstance)( member in struct:ITypeInfo2Vtbl
1993 #define ITypeInfo2_CreateInstance(This,pUnkOuter,riid,ppvObj) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObj)
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestCOM.cpp109 NS_IMETHOD CreateInstance(nsISupports *aOuter,
123 nsresult nsTestComFactory::CreateInstance(nsISupports *aOuter, function in class:nsTestComFactory
163 res = iFactory->CreateInstance(NULL,
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.cpp94 nsComponentManager::CreateInstance(const nsCID &aClass, function in class:nsComponentManager
102 return cm->CreateInstance(aClass, aDelegate, aIID, aResult);
106 nsComponentManager::CreateInstance(const char *aContractID, function in class:nsComponentManager
H A DnsCategoryManager.cpp686 nsCategoryManagerFactory::CreateInstance( nsISupports* aOuter, const nsIID& aIID, void** aResult ) function in class:nsCategoryManagerFactory
H A DnsComponentManager.cpp1822 * CreateInstance()
1829 nsComponentManagerImpl::CreateInstance(const nsCID &aClass, function in class:nsComponentManagerImpl
1865 message = NS_LITERAL_CSTRING("You are calling CreateInstance \"") +
1876 rv = factory->CreateInstance(aDelegate, aIID, aResult);
1890 ("nsComponentManager: CreateInstance(%s) %s", buf,
1903 * A variant of CreateInstance() that creates an instance of the object that
1907 * CreateInstance() with classid and iid.
1944 NS_LITERAL_CSTRING("You are calling CreateInstance \"") +
1958 rv = factory->CreateInstance(aDelegate, aIID, aResult);
2074 // CreateInstance, becaus
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp78 NS_IMETHODIMP nsGenericFactory::CreateInstance(nsISupports *aOuter, function in class:nsGenericFactory
298 // via operator new rather than CreateInstance, yet still be
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h78 STDMETHOD(CreateInstance)(LPUNKNOWN pUnkOuter, REFIID riid, void** ppvObj) function in class:CMyComClassFactorySingleton
101 // terminate the module in case when CreateInstance() fails)
104 m_hrCreate = CComObjectCached<T>::CreateInstance(&p);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp129 NS_IMETHOD CreateInstance(nsISupports *,const nsIID &,void **);
1962 nsRegistryFactory::CreateInstance(nsISupports *aOuter, function in class:nsRegistryFactory
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3445 ipcDConnectService::CreateInstance(PRUint32 aPeerID, function in class:ipcDConnectService
3721 // CreateInstance
3729 rv = compMgr->CreateInstance(setupCI->classid, nsnull, setupCI->iid, (void **) &instance);

Completed in 122 milliseconds