Use this subroutine to 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( retstat, port_index);
COR_STATUS *retstat;
int port_index;
Input Arguments
point_index |
The port index returned by ipc_register. |
Output Arguments
Retstat |
Pointer to status structure. |
Return Value
Either COR_SUCCESS or COR_FAILURE.
If COR_FAILURE is returned, an error code is reported in retstat.err_code.
Point Management API general subroutines. |