HTFORM TFormer_Init ( HTFRepository  hRepository  ) 

Allocates and initializes internal memory.

Returns:
- Non-zero if successful
- NULL if error occurred
Parameters:
[in] hRepository Provide NULL in all cases.
This parameter is used internally by TEC-IT to provide a handle to an already opened Repository.
Remarks:
This function must be called after loading the TFORMer library. All other calls to the library must be performed after TFormer_Init. Each thread of your application (if multi-threaded) must call TFormer_Init and must use the returned handle for subsequent calls.
Do not use the same handle from within different threads of your application.

Do not forget to free allocated memory by calling TFormer_Exit.

See also:
TFormer_Exit


© 2006-2009 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Sep 2 16:01:09 2009 for TFORMer Runtime DLL/Shared Library with doxygen 1.5.8