共用方式為


IEnumProfile

提供標準 COM 列舉方法,以列舉 IProfile 介面的集合。

Syntax

{
  [id(1), helpstring("Next")] HRESULT Next
    ([in] ULONG celt,
    [out, size_is(celt), length_is(*pCeltFetched)] IProfile** prgVar,
    [out] ULONG* pCeltFetched);
  [id(2), helpstring("Skip")] HRESULT Skip
    ([in] ULONG celt);
  [id(3), helpstring("Reset")] HRESULT Reset();
  [id(4), helpstring("Clone")] HRESULT Clone
    ([out] IEnumProfile** ppEnum);
};

函式

下表描述這個介面所提供的函式。

方法 描述

下一步

傳回陣列,其中包含指定的專案數目。

Skip

指出要略過的專案數目。

重設

重設列舉。

複製

建立複製列舉值。

介面