Name
mcDBisHandle — Check if file handle is valid
Synopsis
#include <memcom.h>
int mcDBisHandle(int handle);
Description
mcDBisHandle
checks if a
MemCom database handle is valid, i.e
associated to an open database. The function returns 1 if the handle
is valid and 0 if not.
Parameters
handle
Database handle to be checked (input).