IEnumPStoreItems (Interfaces)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

[ComImport]
[Guid("5A6F1EC1-2DB1-11D0-8C39-00C04FD9126B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IEnumPStoreItems
{
     int Next(uint celt, [MarshalAs(UnmanagedType.LPWStr)] out string rgelt, ref uint pceltFetched);
     int Skip(uint celt);
     int Reset();
     int Clone(out IEnumPStoreItems ppEnum);
}

User-Defined Types:

None.

Notes:

None.

Documentation