HPROJECT_ITERATOR TFormer_GetFirstProjectIt ( HTFORM  pInstance,
ERRCODE *  peCode 
)

Creates a new iterator and sets its position to the first Project within the Repository.

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.
[out] peCode Error Code (ErrOk (0) in case of success)
Remarks:
This function is used for enumerating Projects within the actual Repository. It returns an iterator and sets its position to the first Project. Use TFormer_ProjectItGetName and TFormer_ProjectItGetDescription to retrieve the name and description of the actual Project.
Note:
Release the iterator after use with TFormer_FreeProjectIt ! 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