IMFRemoteProxy interface
Exposed by objects that act as a proxy for a remote object. To obtain a pointer to this interface, call IMFGetService::GetService with the service identifier MF_REMOTE_PROXY.
Members
The IMFRemoteProxy interface inherits from the IUnknown interface. IMFRemoteProxy also has these types of members:
Methods
The IMFRemoteProxy interface has these methods.
| Method | Description |
|---|---|
| GetRemoteHost |
Retrieves a pointer to the object that is hosting this proxy. |
| GetRemoteObject |
Retrieves a pointer to the remote object for which this object is a proxy. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also