IEnumTfUIElements::Next 方法 (msctf.h)
IEnumTfUIElements::Next方法會從目前位置取得列舉序列中指定的專案數目。
語法
HRESULT Next(
[out] ULONG ulCount,
[out] ITfUIElement **ppElement,
[out] ULONG *pcFetched
);
參數
[out] ulCount
[out]指定要取得的專案數目。
[out] ppElement
[out] ITfUIElement 介面指標陣列的指標。 此陣列的大小必須至少為 ulCount 元素。
[out] pcFetched
[out]ULONG 值的指標,這個值會接收實際取得的專案數目。 此值可以小於所要求的專案數目。 此參數可以是 Null。
傳回值
這個方法可以傳回下列其中一個值。
值 | 描述 |
---|---|
|
此方法成功。 |
|
方法到達列舉的結尾,才能取得指定的專案數目。 |
|
一或多個參數無效。 |
需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | msctf.h |
Dll | Msctf.dll |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |