HDATASOURCE_ITERATOR TFormer_GetFirstDatasourceIt ( HTFORM  pInstance,
LPCSTR  pszProjectName,
ERRCODE *  peCode 
)

Returns an iterator pointing to the first DataSource in the specified Project.

Returns:
- Iterator in case of success
- NULL in case of an error (check peCode in this case)
Parameters:
[in] pInstance The TFORMer-Instance provided by a previous call to TFormer_Init.
[in] pszProjectName The name of the Project within the Repository.
[out] peCode Error Code (ErrOk (0) in case of success)
Remarks:
Creates a new DataSource iterator and sets its position to the first DataSource in the Project specified by pszProjectName. To get the name of the DataSource call TFormer_DatasourceItGetName.
Note:
Release the iterator after use with TFormer_FreeDatasourceIt ! Memory leaks may occur otherwise.


© 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