Name
mcGetBlocking — Get the blocking mode to a remote database (C
API)
Synopsis
#include <memcom.h>
int mcGetBlocking(int handle);
Description
mcGetBlocking
returns 0 if the remote
database is accessed in non-blocking mode.
Parameters
handle
Database handle to the remote database (input).
value
A value of 0 indicates non-blocking, while all other
values indicate blocking mode (input).