ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

categorymgr.c File Reference
#include "config.h"
#include <stdarg.h>
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winuser.h"
#include "shlwapi.h"
#include "winerror.h"
#include "objbase.h"
#include "wine/unicode.h"
#include "msctf.h"
#include "msctf_internal.h"

Go to the source code of this file.

Data Structures

struct  CategoryMgr

Defines

#define COBJMACROS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (msctf)
static CategoryMgrimpl_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

Generated on Sun May 27 2012 05:12:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.