GetParentsByIterator
If input parent is zero, the handle will point to the first relevant parent.
If all parent are past (or no relevant parent are found), the function will return 0.
Syntax
// // Linux, MacOS and non-Visual Studio Windows solutions (pure C++11 / C++98) // int64_t GetParentsByIterator( int64_t owlClassOrRdfProperty, int64_t parentOwlClassOrRdfProperty ); // // Visual Studio for Windows // __int64 __declspec(dllexport) __stdcall GetParentsByIterator( __int64 owlClassOrRdfProperty, __int64 parentOwlClassOrRdfProperty );