General Purpose Functions : stmInitImport

stmInitImport

Initializes a data import session.
Syntax
stmInitImport(workarea_dir, project_name)
Return Type
STMContextHandle: a pointer to a context structure. This pointer should be used as a context descriptor when calling the other functions.
If a failure occurs, a NULL pointer is returned (workarea_dir does not exist)
Arguments
Input/Output