The IFilter::GetChunk method positions the filter at the beginning
of the next chunk,
or at the first chunk if this is the first call to the GetChunk
method, and returns a description of the current chunk.
Namespace: FilterLibraryAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
FilterCode..::..IFilterReturnCodes GetChunk( out FilterCode..::..STAT_CHUNK pStat ) |
Visual Basic |
---|
Function GetChunk ( _ <OutAttribute> ByRef pStat As FilterCode..::..STAT_CHUNK _ ) As FilterCode..::..IFilterReturnCodes |
Visual C++ |
---|
FilterCode..::..IFilterReturnCodes GetChunk( [OutAttribute] FilterCode..::..STAT_CHUNK% pStat ) |
Parameters
- pStat
- Type: FilterLibrary..::..FilterCode..::..STAT_CHUNK%