IEnumSTATDATA Interface

Definition

Enumerates an array of structures containing information about advisory connections (sinks) for a data object. For more information, see IEnumSTATDATA and STATDATA.

public interface class IEnumSTATDATA
public interface class IEnumSTATDATA
__interface IEnumSTATDATA
[System.Runtime.InteropServices.Guid("00000105-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumSTATDATA
[System.Runtime.InteropServices.Guid("00000105-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSTATDATA
[<System.Runtime.InteropServices.Guid("00000105-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumSTATDATA = interface
[<System.Runtime.InteropServices.Guid("00000105-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumSTATDATA = interface
Public Interface IEnumSTATDATA
Attributes

Methods

Clone(IEnumSTATDATA)
Next(UInt32, STATDATA[], UInt32)
Reset()
Skip(UInt32)

Applies to