GetPropertyParentsByIterator
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 GetPropertyParentsByIterator( int64_t rdfProperty, int64_t parentRdfProperty ); // // Visual Studio for Windows // __int64 __declspec(dllexport) __stdcall GetPropertyParentsByIterator( __int64 rdfProperty, __int64 parentRdfProperty );