Defines the interface that represents a library item in the library.
More...
#include <ILibraryItem.h>
Defines the interface that represents a library item in the library.
Returns the name of the item.
- Parameters
-
| ppName | (OUT) Name of the library item with the full path in Library. |
- Returns
- On success, FCM_SUCCESS is returned, else an error code is returned.
- Note
- The memory allocated for 'ppName' in this function must be freed by the caller using IFCMCalloc::Free().
GetProperties returns a set of property names and their values.
- Parameters
-
| pPropDict | (OUT) Dictionary containing the preperties and their values. The possible properties int the dictionary are as follows: kLibProp_LinkageClass_DictKey, kLibProp_LinkageBaseClass_DictKey, kLibProp_LinkageIdentifier_DictKey, kLibProp_LinkageURL_DictKey, kLibProp_LinkageExportForRS_DictKey, kLibProp_LinkageImportForRS_DictKey, kLibProp_LinkageExportInFirstFrame_DictKey, kLibProp_LinkageExportForAS_DictKey |
- Returns
- On success, FCM_SUCCESS is returned, else an error code is returned.
The documentation for this class was generated from the following file:
- C:/Custom Platform Support Development Kit/app/include/interfaces/DOM/ILibraryItem.h