IStorage.EnumElements Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub EnumElements ( _
reserved1 As UInteger, _
reserved2 As IntPtr, _
reserved3 As UInteger, _
<OutAttribute> ByRef ppEnum As IEnumSTATSTG _
)
void EnumElements(
uint reserved1,
IntPtr reserved2,
uint reserved3,
out IEnumSTATSTG ppEnum
)
void EnumElements(
[InAttribute] unsigned int reserved1,
[InAttribute] IntPtr reserved2,
[InAttribute] unsigned int reserved3,
[OutAttribute] IEnumSTATSTG^% ppEnum
)
abstract EnumElements :
reserved1:uint32 *
reserved2:IntPtr *
reserved3:uint32 *
ppEnum:IEnumSTATSTG byref -> unit
function EnumElements(
reserved1 : uint,
reserved2 : IntPtr,
reserved3 : uint,
ppEnum : IEnumSTATSTG
)
Parameters
- reserved1
Type: System.UInt32
- reserved2
Type: System.IntPtr
- reserved3
Type: System.UInt32
- ppEnum
Type: Microsoft.VisualStudio.OLE.Interop.IEnumSTATSTG%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.