ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "ole2.h"
#include "rpcproxy.h"
#include "dimm.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
class | ClassFactory |
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msimtf) | |
HRESULT | ActiveIMMApp_Constructor (IUnknown *punkOuter, IUnknown **ppOut) |
BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
static ClassFactory * | impl_from_IClassFactory (IClassFactory *iface) |
static HRESULT WINAPI | ClassFactory_QueryInterface (IClassFactory *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | ClassFactory_AddRef (IClassFactory *iface) |
static ULONG WINAPI | ClassFactory_Release (IClassFactory *iface) |
static HRESULT WINAPI | ClassFactory_CreateInstance (IClassFactory *iface, IUnknown *pOuter, REFIID riid, void **ppv) |
static HRESULT WINAPI | ClassFactory_LockServer (IClassFactory *iface, BOOL dolock) |
HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
HRESULT WINAPI | DllCanUnloadNow (void) |
HRESULT WINAPI | DllRegisterServer (void) |
HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
static HINSTANCE | msimtf_instance |
static const IClassFactoryVtbl | ClassFactoryVtbl |
Definition at line 892 of file activeimmapp.c.
Referenced by DllGetClassObject().
|
static |
|
static |
Definition at line 100 of file main.c.
|
static |
|
static |
|
static |
Definition at line 134 of file main.c.
Definition at line 43 of file main.c.
Definition at line 160 of file main.c.
Definition at line 168 of file main.c.
|
inlinestatic |
WINE_DEFAULT_DEBUG_CHANNEL | ( | msimtf | ) |
|
static |
Definition at line 123 of file main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 38 of file main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().