This documentation is archived and is not being maintained.

STATDATA Structure

Provides the managed definition of the STATDATA structure.

Namespace:  System.Runtime.InteropServices.ComTypes
Assembly:  System (in System.dll)

public value class STATDATA

The STATDATA type exposes the following members.

  NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeReturns the hash code for this instance. (Inherited from ValueType.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns the fully qualified type name of this instance. (Inherited from ValueType.)
Top

  NameDescription
Public fieldadvfRepresents the ADVF enumeration value that determines when the advisory sink is notified of changes in the data.
Public fieldadvSinkRepresents the IAdviseSink interface that will receive change notifications.
Public fieldconnectionRepresents the token that uniquely identifies the advisory connection. This token is returned by the method that sets up the advisory connection.
Public fieldformatetcRepresents the FORMATETC structure for the data of interest to the advise sink. The advise sink receives notification of changes to the data specified by this FORMATETC structure.
Top

The STATDATA structure is the data structure used to specify each advisory connection. It is used for enumerating current advisory connections.

For more information about the STATDATA structure, see the MSDN Library.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: