Home | History | Annotate | Download | only in include

Lines Matching refs:CreateObject

4707     virtual HRESULT STDMETHODCALLTYPE CreateObject(
4734 HRESULT (STDMETHODCALLTYPE *CreateObject)(
4754 #define ICreateObject_CreateObject(This,clsid,pUnkOuter,riid,ppv) (This)->lpVtbl->CreateObject(This,clsid,pUnkOuter,riid,ppv)
4768 return This->lpVtbl->CreateObject(This,clsid,pUnkOuter,riid,ppv);