Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "STATSTG" in [All]

Interfaces

.
Summary
TODO - This interface is used to enumerate through an array of STATSTG structures that contains statistical information about an open storage, stream, or byte array object. This interface has the same methods as all enumerator interfaces: Next, Skip, Reset, and Clone.
.

public interface IEnumSTATSTG

.

    // The user needs to allocate an STATSTG array whose size is celt.

.

    STATSTG[] rgelt,

.

    IEnumSTATSTG Clone();

.

IEnumSTATSTG enumerator = ... ;

.

STATSTG s = new STATSTG[1];

.
Documentation
[IEnumSTATSTG] on MSDN
.

    void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);

.

    void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);

.

    Sub Stat(ByRef pstatstg As STATSTG, ByVal grfStatFlag As Integer)

.

        /* [out] */ out IEnumSTATSTG ppenum);

.

        /* [out] */ out STATSTG pstatstg,

.

                     ByRef ppenum As IEnumSTATSTG)

.

    Sub Stat(ByRef pstatstg As STATSTG,

.

STATSTG

.

      void Stat(out STATSTG pstatstg, uint grfStatFlag);

.

STATSTG

.

public struct STATSTG

.

[System.Runtime.InteropServices.STATSTG], or [System.Runtime.InteropServices.ComTypes.STATSTG] in the .NET Framework 2.0.

.
Documentation
[STATSTG] on MSDN

ole32

.

        System.Runtime.InteropServices.ComTypes.STATSTG fileinfo;

.

        System.Runtime.InteropServices.ComTypes.STATSTG fileinfo;


 
Access PInvoke.net directly from VS: