Name
mcTest — Test if a non-blocking operation has completed (C
API)
Synopsis
#include <memcom.h>
int mcTest(int handle);
Description
mcTest
enables to check whether a
non-blocking operation on a remote MemCom
server has completed. If this is the case, 1 is returned. Otherwise,
0, or in the case of an error, -1, is returned.
Parameters
handle
Database handle to the remote database (input).