MovieImportSetFromScrap
The MovieImportSetFromScrap function allows an application to indicate that the source data resides on the scrap.
pascal ComponentResult MovieImportSetFromScrap
(ComponentInstance ci,
Boolean fromScrap);
ci
- Identifies the application's connection to your movie data import component.
fromScrap
- Indicates whether or not the source data resides on the scrap. This parameter is set to
true if the data originated on the scrap; otherwise,
the parameter is set to false.
DESCRIPTION
The MovieImportSetFromScrap function allows an application to indicate that the data to be imported originated on the scrap. In some cases, your component may be able to use this information during the import process. For example, you may establish the convention that additional data that is pertinent to an import operation should be stored on the scrap along with the data to be imported. Your component can then look in the scrap for the additional data.
RESULT CODE
| badComponentSelector | 0x80008002 | Function not supported |