|
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.
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. |
|