Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 2.92 KB

nf-ctffunc-itffnconfigureregistereudc-show.md

File metadata and controls

105 lines (86 loc) · 2.92 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:ctffunc.ITfFnConfigureRegisterEudc.Show
ITfFnConfigureRegisterEudc::Show (ctffunc.h)
The ITfFnConfigureRegisterEudc::Show method shows the EUDC key sequence register UI.
ITfFnConfigureRegisterEudc interface [Text Services Framework]
Show method
ITfFnConfigureRegisterEudc.Show
ITfFnConfigureRegisterEudc::Show
Show
Show method [Text Services Framework]
Show method [Text Services Framework]
ITfFnConfigureRegisterEudc interface
ctffunc/ITfFnConfigureRegisterEudc::Show
tsf.itffnconfigureregistereudc_show
tsf\itffnconfigureregistereudc_show.htm
TSF
40279381-7c1c-4b11-92c9-200b763e7c7d
12/05/2018
ITfFnConfigureRegisterEudc interface [Text Services Framework],Show method, ITfFnConfigureRegisterEudc.Show, ITfFnConfigureRegisterEudc::Show, Show, Show method [Text Services Framework], Show method [Text Services Framework],ITfFnConfigureRegisterEudc interface, ctffunc/ITfFnConfigureRegisterEudc::Show, tsf.itffnconfigureregistereudc_show
ctffunc.h
Msctf.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Msctf.idl
Msctf.dll
Windows
TSF 1.0 on Windows 2000 Professional
19H1
ITfFnConfigureRegisterEudc::Show
ctffunc/ITfFnConfigureRegisterEudc::Show
c++
APIRef
kbSyntax
COM
Msctf.dll
ITfFnConfigureRegisterEudc.Show

ITfFnConfigureRegisterEudc::Show

-description

The ITfFnConfigureRegisterEudc::Show method shows the EUDC key sequence register UI.

-parameters

-param hwndParent [in]

[in] Handle of the parent window. The text service typically uses this as the parent or owner window when creating a dialog box.

-param langid [in]

[in] Contains a LANGID value that specifies the identifier of the language.

-param rguidProfile [in]

[in] Contains a GUID value that specifies the language profile identifier that the text service is under.

-param bstrRegistered

[in, unique] Contains a BSTR that contains the EUDC to be registered with the text service. This is optional and can be NULL. If NULL, the text service should display a default register EUDC dialog box.

-returns

This method can return one of these values.

Value Description
S_OK
The method was successful.
E_FAIL
An unspecified error occurred.