ITfTextInputProcessorEx::ActivateEx method (msctf.h)
The ITfTextInputProcessorEx::ActivateEx method activates a text service when a user session starts. If the text service implements ITfTextInputProcessorEx and ActivateEx is called, ITfTextInputProcessor::Activate will not be called.
Syntax
HRESULT ActivateEx(
[in] ITfThreadMgr *ptim,
[in] TfClientId tid,
[in] DWORD dwFlags
);
Parameters
[in] ptim
[in] Pointer to the ITfThreadMgr interface for the thread manager that owns the text service.
[in] tid
[in] Specifies the client identifier for the text service.
[in] dwFlags
[in] The combination of the following bits:
Return value
The TSF manager ignores the return value of this method.
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 | msctf.h |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |