# IClientProxy - [Overview](#section1650213286165631) - [Summary](#section984856840165631) - [Data Fields](#pub-attribs) - [Details](#section1736297768165631) - [Field](#section1786390938165631) - [INHERIT\_IUNKNOWN](#ac0ffdbb3582a99ba237a70d26320075b) - [Invoke](#a18d8a9e57b05be9fd3e5772e445f474d) ## **Overview** **Related Modules:** [Registry](Registry.md) **Description:** Defines the client proxy object. This object is used for the IPC with the server. If you want to use the same invocation mode as that on the server, create an object inherited from [IClientProxy](IClientProxy.md) and implement serialization. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Fields
Invoke )(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notify) |
Sends an IPC message from the client to the IServerProxy. |
| proxy | Indicates the pointer of the client proxy object. |
| funcId | Indicates the ID of the function implemented on the server. |
| request | Indicates the pointer to the serialized request message. |
| owner | Indicates the receiver (generics type) of the response message. |
| notify | Indicates the callback function that notifies the client of the response message. |