DR_ApCloseIPC

DR_ApCloseIPC — closes the IPC link.

Syntax

#include <cogent.h>

int DR_CloseIPC();

Arguments

none

Returns

An integer value 0 if the IPC system terminated successfully, otherwise the following error may be reported:

DR_API_ERROR

Description

This function closes the IPC link to the driver.

Example

DR_ApCloseIPC ();