ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
#include "objbase.h"
#include "initguid.h"
#include "wia_lh.h"
#include "sti.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (sti) | |
HRESULT WINAPI | STI_DllGetClassObject (REFCLSID, REFIID, LPVOID *) |
static sti_cf * | impl_from_IClassFactory (IClassFactory *iface) |
static HRESULT | sti_create (REFIID riid, IUnknown *pUnkOuter, LPVOID *ppObj) |
static HRESULT WINAPI | sti_cf_QueryInterface (IClassFactory *iface, REFIID riid, LPVOID *ppobj) |
static ULONG WINAPI | sti_cf_AddRef (IClassFactory *iface) |
static ULONG WINAPI | sti_cf_Release (IClassFactory *iface) |
static HRESULT WINAPI | sti_cf_CreateInstance (IClassFactory *iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
static HRESULT WINAPI | sti_cf_LockServer (IClassFactory *iface, BOOL dolock) |
BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved) |
HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID iid, LPVOID *ppv) |
HRESULT WINAPI | DllCanUnloadNow (void) |
HRESULT WINAPI | DllRegisterServer (void) |
HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
sti_cf | |
static const struct IClassFactoryVtbl | sti_cf_vtbl |
static sti_cf | the_sti_cf = { { &sti_cf_vtbl }, sti_create } |
#define COBJMACROS |
Definition at line 22 of file sti_main.c.
Definition at line 167 of file sti_main.c.
Definition at line 148 of file sti_main.c.
Definition at line 136 of file sti_main.c.
Definition at line 175 of file sti_main.c.
Definition at line 183 of file sti_main.c.
|
inlinestatic |
|
static |
Definition at line 86 of file sti_main.c.
|
static |
Definition at line 96 of file sti_main.c.
|
static |
Definition at line 119 of file sti_main.c.
|
static |
Definition at line 73 of file sti_main.c.
|
static |
Definition at line 91 of file sti_main.c.
Definition at line 55 of file sti_main.c.
Definition at line 37 of file sti_main.c.
Referenced by DllGetClassObject().
WINE_DEFAULT_DEBUG_CHANNEL | ( | sti | ) |
sti_cf |
Definition at line 48 of file sti_main.c.
Referenced by impl_from_IClassFactory(), and sti_cf_CreateInstance().
Definition at line 125 of file sti_main.c.
|
static |
Definition at line 134 of file sti_main.c.
Referenced by DllGetClassObject().