Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Image Mastering API version 2.0. To get IFsiFileItem interface, call the IFileSystemImage::CreateFileItem method. My question is how to get IFsiFileItem2 iterface.
Posted

1 solution

you must process the interface file Imapi2.idl in your project.
Read the Basics of an IDL file
 
Share this answer
 
Comments
jiangyong628422 16-Jun-14 7:24am    
I have processed the the interface file Imapi2.dll, and succeed to create IFsiFileItem interface. However, I want to use the IFsiFileItem2's named stream and 'real time' attributes, but I do not know how to create IFsiFileItem2 instance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900