Skip to main content
Known Participant
March 6, 2009
Question

How to get ILibraryAssetContents from a ILibraryAsset?

  • March 6, 2009
  • 1 reply
  • 308 views
This topic has been closed for replies.

1 reply

Known Participant
March 7, 2009
Hi Alois<br /><br />kLibraryAssetBoss aggregates ILibraryAssetContents and ILibraryAsset.<br />You can get ILibraryAssetContents from ILibraryAsset with InterfacePtr<xxx>.<br /><br />//<br />InterfacePtr<ILibraryAssetContents> assetContens(libraryAsset,UseDefautIID());<br /><br />Hope this helps.<br />-Satoru Fujimori