Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 method (objidl.h) initializes a server stub, binding it to the specified interface. |
IRpcStubBuffer::CountRefs The IRpcStubBuffer::CountRefs method (objidl.h) retrieves the total number of references that a stub has on the server object to which it is connected. |
IRpcStubBuffer::DebugServerQueryInterface The IRpcStubBuffer::DebugServerQueryInterface method (objidl.h) retrieves a pointer to the interface that a stub represents. |
IRpcStubBuffer::DebugServerRelease The IRpcStubBuffer::DebugServerRelease method (objidl.h) releases an interface pointer that was previously returned by DebugServerQueryInterface. |
IRpcStubBuffer::Disconnect The IRpcStubBuffer::Disconnect method (objidl.h) disconnects a server stub from any interface to which it is connected. |
IRpcStubBuffer::Invoke The IRpcStubBuffer::Invoke method (objidl.h) invokes the interface that a stub represents. |
IRpcStubBuffer::IsIIDSupported The IRpcStubBuffer::IsIIDSupported method (objidl.h) 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 | objidl.h (include ObjIdl.h) |