Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the user opens the Text Services control panel application, selects the text service from the list and presses the Properties pushbutton.
Syntax
HRESULT Show(
[in] HWND hwndParent,
[in] LANGID langid,
[in] REFGUID rguidProfile
);
Parameters
[in] hwndParent
Handle of the parent window. The text service typically uses this as the parent or owner window when creating a dialog box.
[in] langid
Contains a LANGID value that specifies the identifier of the language selected in the Text Services control panel application.
[in] rguidProfile
Contains a GUID value that specifies the language profile identifier that the text service is under. This is the value specified in ITfInputProcessorProfiles::AddLanguageProfile when the profile was added.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method should not return until the user closes the dialog box or property sheet.
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 |
| DLL | Imekrcic.dll |
| Redistributable | TSF 1.0 on Windows 2000 Professional |