Hi SoftToon,
You will need to use the following to find the Comment
oleErrChkReportErrInfo(TS_SeqFileAsPropertyObject (seqFileH, &errorInfo, &propObjH));
oleErrChkReportErrInfo(TS_PropertyObjectFileGetProperty (propObjH, &errorInfo, TS_PropertyComment,
CAVT_CSTRING, &seqFileComment));
Likewise to obtain the Version use TS_PropertyTypeVersion instead of TS_PropertyComment. This property is also a string.
Depending where you call this functions seqFileH maybe available. If not you can obtain this reference by calling
oleErrChkReportErrInfo(TS_SeqContextGetProperty (seqContextH, &errorInfo, TS_SeqContextSequenceFile, CAVT_OBJHANDLE, &tmpSeqFileH));
Dont forget to free any tmp references.
Hope this helps
Regards
Ray Farmer
