Home | History | Annotate | Download | only in include

Lines Matching refs:pclsid

317     virtual HRESULT WINAPI GetRemoteClassId(CLSID *pclsid) = 0;
326 HRESULT (WINAPI *GetRemoteClassId)(ITransactionExportFactory *This,CLSID *pclsid);
337 #define ITransactionExportFactory_GetRemoteClassId(This,pclsid) (This)->lpVtbl->GetRemoteClassId(This,pclsid)
341 HRESULT WINAPI ITransactionExportFactory_GetRemoteClassId_Proxy(ITransactionExportFactory *This,CLSID *pclsid);