ipc_deactivate
Terminate all activities associated with the IPC. If any RR messages are outstanding for the process that executes ipc_deactivate , a message is transmitted on its behalf. No further datagram messages can be sent to or from a process that executes this service.
Syntax
ipc_deactivate( ret_stat, port_index);
COR_STATUS *ret_stat;
int port_index;
Input Arguments:
port_index
|
The port index returned by ipc_register .
|
Output Arguments
ret_stat
|
Status structure |
Return Value
Either COR_SUCCESS or COR_FAILURE. If COR_FAILURE is returned, an error code is reported in ret_stat.err_code .