Data Structures |
| struct | CategoryMgr |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (msctf) |
| static CategoryMgr * | impl_from_ITfCategoryMgr (ITfCategoryMgr *iface) |
| static void | CategoryMgr_Destructor (CategoryMgr *This) |
| static HRESULT WINAPI | CategoryMgr_QueryInterface (ITfCategoryMgr *iface, REFIID iid, LPVOID *ppvOut) |
| static ULONG WINAPI | CategoryMgr_AddRef (ITfCategoryMgr *iface) |
| static ULONG WINAPI | CategoryMgr_Release (ITfCategoryMgr *iface) |
| static HRESULT WINAPI | CategoryMgr_RegisterCategory (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rcatid, REFGUID rguid) |
| static HRESULT WINAPI | CategoryMgr_UnregisterCategory (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rcatid, REFGUID rguid) |
| static HRESULT WINAPI | CategoryMgr_EnumCategoriesInItem (ITfCategoryMgr *iface, REFGUID rguid, IEnumGUID **ppEnum) |
| static HRESULT WINAPI | CategoryMgr_EnumItemsInCategory (ITfCategoryMgr *iface, REFGUID rcatid, IEnumGUID **ppEnum) |
| static HRESULT WINAPI | CategoryMgr_FindClosestCategory (ITfCategoryMgr *iface, REFGUID rguid, GUID *pcatid, const GUID **ppcatidList, ULONG ulCount) |
| static HRESULT WINAPI | CategoryMgr_RegisterGUIDDescription (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rguid, const WCHAR *pchDesc, ULONG cch) |
| static HRESULT WINAPI | CategoryMgr_UnregisterGUIDDescription (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rguid) |
| static HRESULT WINAPI | CategoryMgr_GetGUIDDescription (ITfCategoryMgr *iface, REFGUID rguid, BSTR *pbstrDesc) |
| static HRESULT WINAPI | CategoryMgr_RegisterGUIDDWORD (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rguid, DWORD dw) |
| static HRESULT WINAPI | CategoryMgr_UnregisterGUIDDWORD (ITfCategoryMgr *iface, REFCLSID rclsid, REFGUID rguid) |
| static HRESULT WINAPI | CategoryMgr_GetGUIDDWORD (ITfCategoryMgr *iface, REFGUID rguid, DWORD *pdw) |
| static HRESULT WINAPI | CategoryMgr_RegisterGUID (ITfCategoryMgr *iface, REFGUID rguid, TfGuidAtom *pguidatom) |
| static HRESULT WINAPI | CategoryMgr_GetGUID (ITfCategoryMgr *iface, TfGuidAtom guidatom, GUID *pguid) |
| static HRESULT WINAPI | CategoryMgr_IsEqualTfGuidAtom (ITfCategoryMgr *iface, TfGuidAtom guidatom, REFGUID rguid, BOOL *pfEqual) |
| HRESULT | CategoryMgr_Constructor (IUnknown *pUnkOuter, IUnknown **ppOut) |
Variables |
| static const ITfCategoryMgrVtbl | CategoryMgr_CategoryMgrVtbl |