
Replacement in Object TOOLKIT: |

ProMdlDependenciesDataList | |
( ProMdl model /* (In) A valid model pointer. Cannot be NULL. */ ProMdlnameShortdata** p_dependencies_list /* (Out) A ProArray of dependencies. Call ProArrayFree to free this memory. Cannot be NULL. */ ProMdlfileType** model_file_types /* (Out) A ProArray of dependency types, same length as p_dependencies_list and in the same order of dependencies. Cannot be NULL. */ int* p_count /* (Out) The number of objects in the p_dependencies_list (or less if returns PRO_TK_BAD_CONTEXT). Cannot be NULL. */ ) |

The function successfully retrieved the information. | |
No dependencies were found. | |
Some dependencies could not be processed and were skipped. In this case p_count will be less than the length of both ProArrays. | |
The input argument is invalid. |



