Home | Info | Community | Development | myReactOS | Contact Us
[inline, static]
Definition at line 1637 of file tmarshal.c.
Referenced by PSFacBuf_CreateProxy(), and TMStubImpl_Invoke().
{ HRESULT hr; CLSID clsid; if ((hr = CoGetPSClsid(riid, &clsid))) return hr; return CoGetClassObject(&clsid, CLSCTX_INPROC_SERVER, NULL, &IID_IPSFactoryBuffer, (LPVOID*)facbuf); }