SearchMemoryCheck
Checks search measurement memory
int SearchMemoryCheck(
const FIG_HEADER *figure,
const BYTE *model
)
Parameters
*figure
|
Figure data structure address
|
*model
|
Model data
|
Return Value
NORMAL(0): Possibility of running out of memory not expected
ERROR(-1): Possibility of running out of memory expected
Description
Checks the memory to be used for measurement.
Notes