IPSFactoryBuffer interface (objidlbase.h)

Provides custom methods for the creation of COM object proxies and stubs. This interface is not marshalable.

Inheritance

The IPSFactoryBuffer interface inherits from the IUnknown interface. IPSFactoryBuffer also has these types of members:

Methods

The IPSFactoryBuffer interface has these methods.

 
IPSFactoryBuffer::CreateProxy

The IPSFactoryBuffer::CreateProxy (objidlbase.h) method creates a proxy for the specified remote interface.
IPSFactoryBuffer::CreateStub

The IPSFactoryBuffer::CreateStub (objidlbase.h) method creates a stub for the remote use of the specified 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)

See also

IMarshal

Proxy

Stub