ReactOS 0.4.15-dev-7953-g1f49173
IEnumComponents Interface Reference
Inheritance diagram for IEnumComponents:
Collaboration diagram for IEnumComponents:

Public Member Functions

HRESULT Next ([in] ULONG celt, [in, out]IComponent **rgelt, [out] ULONG *pceltFetched)
 
HRESULT Skip ([in] ULONG celt)
 
HRESULT Reset (void)
 
HRESULT Clone ([out] IEnumComponents **ppEnum)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1039 of file tuner.idl.

Member Function Documentation

◆ Clone()

HRESULT IEnumComponents::Clone ( [out] IEnumComponents **  ppEnum)

◆ Next()

HRESULT IEnumComponents::Next ( [in] ULONG  celt,
[in, out] IComponent **  rgelt,
[out] ULONG pceltFetched 
)

◆ Reset()

HRESULT IEnumComponents::Reset ( void  )

◆ Skip()

HRESULT IEnumComponents::Skip ( [in] ULONG  celt)

The documentation for this interface was generated from the following file: