TF_CreateCategoryMgr function (msctf.h)
The TF_CreateCategoryMgr function creates a category manager object without having to initialize COM. Usage must be done carefully because the calling thread must maintain the reference count on an object that is owned by MSCTF.DLL.
Syntax
HRESULT TF_CreateCategoryMgr(
[out] ITfCategoryMgr **ppcat
);
Parameters
[out] ppcat
Pointer to ITFCategoryMgr interface pointer that receives the category manager object.
Return value
Value | Meaning |
---|---|
S_OK | The function 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 | msctf.h |
DLL | Msctf.dll |
Redistributable | TSF 1.0 on Windows 2000 Professional |