IPSFactoryBuffer.CreateStub(Guid, Object, IRpcStubBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateStub(Guid % riid, System::Object ^ pUnkServer, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IRpcStubBuffer ^ % ppStub);
public void CreateStub (ref Guid riid, object pUnkServer, out Microsoft.VisualStudio.OLE.Interop.IRpcStubBuffer ppStub);
abstract member CreateStub : Guid * obj * IRpcStubBuffer -> unit
Public Sub CreateStub (ByRef riid As Guid, pUnkServer As Object, ByRef ppStub As IRpcStubBuffer)
Parameters
- riid
- Guid
- pUnkServer
- Object
- ppStub
- IRpcStubBuffer