IRpcStubBuffer interface (objidlbase.h)
Controls the RPC stub used to marshal data between COM components.
Inheritance
The IRpcStubBuffer interface inherits from the IUnknown interface. IRpcStubBuffer also has these types of members:
Methods
The IRpcStubBuffer interface has these methods.
IRpcStubBuffer::Connect The IRpcStubBuffer::Connect (objidlbase.h) method initializes a server stub, binding it to the specified interface. |
IRpcStubBuffer::CountRefs The IRpcStubBuffer::CountRefs (objidlbase.h) method retrieves the total number of references that a stub has on the server object to which it is connected. |
IRpcStubBuffer::DebugServerQueryInterface The IRpcStubBuffer::DebugServerQueryInterface (objidlbase.h) method retrieves a pointer to the interface that a stub represents. |
IRpcStubBuffer::DebugServerRelease The IRpcStubBuffer::DebugServerRelease (objidlbase.h) method releases an interface pointer that was previously returned by DebugServerQueryInterface. |
IRpcStubBuffer::Disconnect The IRpcStubBuffer::Disconnect (objidlbase.h) method disconnects a server stub from any interface to which it is connected. |
IRpcStubBuffer::Invoke The IRpcStubBuffer::Invoke (objidlbase.h) method invokes the interface that a stub represents. |
IRpcStubBuffer::IsIIDSupported The IRpcStubBuffer::IsIIDSupported (objidlbase.h) method determines whether a stub is designed to handle the unmarshaling of a particular interface. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | objidlbase.h (include ObjIdl.h) |