mcTBsetDescSize — Specify the descriptor table size
#include <memcom.h> int mcTBsetDescSize(mcSize size);
mcTBsetDescSize
changes the default size
of descriptor tables created by mcTBcreateDesc
.
The minimum size of a descriptor is 64 bytes, and the maximum size
is 65536 bytes.
If completed successfully, the function returns 0. Otherwise, a positive value indicating the MemCom warning number is returned.