Returns an iterator pointing to the first DataSource-Parameter of the specified 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. |
[in] | pszDatasourceName | The name of the DataSource within the Project. |
[out] | peCode | Error Code (ErrOk (0) in case of success) |
- Note:
- Release the iterator after use with TFormer_FreeDSParameterIt! Memory leaks may occur otherwise.
- See also:
- TFormer_GetNextDSParameterIt