IPSFactoryBuffer interface
Provides custom methods for the creation of COM object proxies and stubs. This interface is not marshalable.
When to implement
Implement your own version of this interface if you need low-level control over the creation of stubs and proxies used to marshal data sent to and from your COM object.
When to use
Use this interface to create the interface proxies and stubs used to marshal data between COM objects.
Members
The IPSFactoryBuffer interface inherits from the IUnknown interface. IPSFactoryBuffer also has these types of members:
Methods
The IPSFactoryBuffer interface has these methods.
| Method | Description |
|---|---|
| CreateProxy |
Creates a proxy for the specified remote interface. |
| CreateStub |
Creates a stub for the remote use of the specified interface. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IPSFactoryBuffer is defined as D5F569D0-593B-101A-B569-08002B2DBF7A |
See also