STATDATA Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the managed definition of the STATDATA
structure.
public value class STATDATA
public struct STATDATA
type STATDATA = struct
Public Structure STATDATA
- Inheritance
Remarks
The STATDATA structure is the data structure used to specify each advisory connection. It is used for enumerating current advisory connections.
For more information, see STATDATA structure.
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.
Fields
advf |
Represents the ADVF enumeration value that determines when the advisory sink is notified of changes in the data. |
advSink |
Represents the IAdviseSink interface that will receive change notifications. |
connection |
Represents the token that uniquely identifies the advisory connection. This token is returned by the method that sets up the advisory connection. |
formatetc |
Represents 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. |