IMVBatchFileSource
The IMVBatchFileSource interface is used to control the MV Batch Image File Source filter. Read the filter description to see how the filter is used.
| get_BatchFolder | Returns the path to the source directory as string. |
| put_BatchFolder | Sets the path to the source directory as string. |
| get_SortBatch | Returns the sorting flag. |
| put_SortBatch | Sets the sorting flag. |
Header file:
iMVBatchFileSource.h
Interface definition language file: iMVBatchFileSource.idl
Typelib: MVBatchFileSource
Interface ID: IID_IMVBatchFileSource
HRESULT get_BatchFolder( [out, retval] BSTR *pbstrFolder );
Returns the path to the source directory as string.
Parameter:
| pbstrFolder | Pointer to a COM string that receives the path to the directory. |
HRESULT put_BatchFolder( [in ] BSTR bstrFolder );
Sets the path to the source directory as string.
Parameter:
| bstrFolder | Path to the directory as COM string. |
HRESULT get_SortBatch( [out, retval] int *piSortBatch );
Returns the sorting flag. If TRUE (1), the files located in the source directory are sorted before they are loaded.
Parameter:
| piSortBatch | A pointer to an integer that receives the sorting flag. |
HRESULT put_SortBatch( [in ] int iSortBatch );
Sets the sorting flag. If TRUE (1), the files located in the source directory are sorted before they are loaded.
Parameter:
| iSortBatch | The sorting flag. |