Interface OutlookStorage.NativeMethods.IEnumSTATSTG
Assembly: Simplic.Framework.DocumentProcessing.dll
Syntax
[Guid("0000000D-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSTATSTG
Methods
|
Improve this Doc
View Source
Clone()
Declaration
OutlookStorage.NativeMethods.IEnumSTATSTG Clone()
Returns
|
Improve this Doc
View Source
Next(UInt32, STATSTG[], out UInt32)
Declaration
void Next(uint celt, STATSTG[] rgelt, out uint pceltFetched)
Parameters
Type |
Name |
Description |
System.UInt32 |
celt |
|
System.Runtime.InteropServices.ComTypes.STATSTG[] |
rgelt |
|
System.UInt32 |
pceltFetched |
|
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Skip(UInt32)
Declaration
Parameters
Type |
Name |
Description |
System.UInt32 |
celt |
|