IEnumUnknown Interface
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.
Enumerates objects implementing the root COM interface, IUnknown. Commonly implemented by a component containing multiple objects. For more information, see IEnumUnknown.
public interface class IEnumUnknown
public interface class IEnumUnknown
__interface IEnumUnknown
[System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumUnknown
[System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumUnknown
[<System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumUnknown = interface
[<System.Runtime.InteropServices.Guid("00000100-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumUnknown = interface
Public Interface IEnumUnknown
- Attributes
Methods
Clone(IEnumUnknown) | |
Next(UInt32, Object[], UInt32) | |
Reset() | |
Skip(UInt32) |