Search Results for

    Show / Hide Table of Contents

    Interface OutlookStorage.NativeMethods.IEnumSTATSTG

    Namespace: Simplic.Framework.DocumentProcessing.Outlook
    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
    Type Description
    OutlookStorage.NativeMethods.IEnumSTATSTG
    | 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
    void Reset()
    | Improve this Doc View Source

    Skip(UInt32)

    Declaration
    void Skip(uint celt)
    Parameters
    Type Name Description
    System.UInt32 celt
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx