Skip to content

Latest commit

 

History

History
115 lines (96 loc) · 3.15 KB

nf-msctf-ienumtffunctionproviders-next.md

File metadata and controls

115 lines (96 loc) · 3.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msctf.IEnumTfFunctionProviders.Next
IEnumTfFunctionProviders::Next (msctf.h)
IEnumTfFunctionProviders::Next method
IEnumTfFunctionProviders interface [Text Services Framework]
Next method
IEnumTfFunctionProviders.Next
IEnumTfFunctionProviders::Next
Next
Next method [Text Services Framework]
Next method [Text Services Framework]
IEnumTfFunctionProviders interface
_tsf_ienumtffunctionproviders_next_ref
msctf/IEnumTfFunctionProviders::Next
tsf.ienumtffunctionproviders_next
tsf\ienumtffunctionproviders_next.htm
TSF
c9938eb0-c084-4663-9aef-584c987a08a7
12/05/2018
IEnumTfFunctionProviders interface [Text Services Framework],Next method, IEnumTfFunctionProviders.Next, IEnumTfFunctionProviders::Next, Next, Next method [Text Services Framework], Next method [Text Services Framework],IEnumTfFunctionProviders interface, _tsf_ienumtffunctionproviders_next_ref, msctf/IEnumTfFunctionProviders::Next, tsf.ienumtffunctionproviders_next
msctf.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
IEnumTfFunctionProviders::Next
msctf/IEnumTfFunctionProviders::Next
c++
APIRef
kbSyntax
COM
msctf.dll
IEnumTfFunctionProviders.Next

IEnumTfFunctionProviders::Next

-description

Obtains, from the current position, the specified number of elements in the enumeration sequence.

-parameters

-param ulCount [in]

Specifies the number of elements to obtain.

-param ppCmdobj [out]

Pointer to an array of ITfFunctionProvider interface pointers that receives the requested objects. This array must be at least ulCount elements in size.

-param pcFetch [out]

Pointer to a ULONG value that receives the number of elements obtained. This value can be less than the number of items requested. This parameter can be NULL.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
S_FALSE
The method reached the end of the enumeration before the specified number of elements could be obtained.
E_INVALIDARG
ppCmdobj is invalid.

-see-also

IEnumTfFunctionProviders interface, ITfFunctionProvider interface