IEnumSTATSTG (Interfaces)
Last changed: Baruch-62.128.51.212

.
Summary
TODO - a short description

C# Definition:

[ComImport]
[Guid("0000000d-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSTATSTG
{
    [PreserveSig]
    uint
    Next(
    uint celt,
    [MarshalAs(UnmanagedType.LPArray), Out]
    STATSTG[] rgelt,
    out uint pceltFetched
    );

    void Skip(uint celt ;

    void Reset();

    [return:MarshalAs(UnmanagedType.Interface)]
    IEnumSTATSTG Clone();
}

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IEnumSTATSTG
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation