ITfFnConfigureRegisterEudc::Show method (ctffunc.h)

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

Syntax

HRESULT Show(
  [in] HWND    hwndParent,
  [in] LANGID  langid,
  [in] REFGUID rguidProfile,
       BSTR    bstrRegistered
);

Parameters

[in] hwndParent

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

[in] langid

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

[in] rguidProfile

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

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.

Return value

This method can return one of these values.

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctffunc.h (include Msctf.h)
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional