Wrong parametrisation of StreamUtil-method calls
I use the xmlcatalghandler sample within my plug-in tp load and parse some kind of order specific configration XML at CS2.
So fare I get permanetly an empty readstream back from StreamUtil::CreateFileStream(catalogName);
I've seem that the method is declared and implmented in the following way:
IPMStream *CreateFileStream(ClassID clsID, const IDFile& sysFile, uint32 mode , OSType fileType , OSType creator)
An overloading method, only with the IDFile paramemeter, can't be found.
This discrepantion I've recogniced also at CS5.5.
So I need hepl to fix that error eighter by:
a) send my the implementation for an overloading one parameter method
b) let me know how the values, to be passes as 2.-4.th parameter to nearly all the methods of StreamUtil. and wher to get them from