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.
Methods
The IPSFactoryBuffer interface inherits the methods of the IUnknown interface.
In addition, IPSFactoryBuffer defines the following 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 |
| Minimum supported server | Windows 2000 Server |
| Header | ObjIdl.h |
| IDL | ObjIdl.idl |
| IID | IID_IPSFactoryBuffer is defined as D5F569D0-593B-101A-B569-08002B2DBF7A |
See Also
- IMarshal
- Proxy
- Stub
Send comments about this topic to Microsoft
Build date: 11/12/2009