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
// // Strong typing definition // int64_t GetParentsByIterator( int64_t owlClassOrRdfProperty, int64_t parentOwlClassOrRdfProperty ); // // Weak typing definition // int64_t __declspec(dllexport) __stdcall GetParentsByIterator( int64_t owlClassOrRdfProperty, int64_t parentOwlClassOrRdfProperty );