|
ReactOS 0.4.17-dev-934-g091855f
|
#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.
Classes | |
| struct | sti_cf |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef HRESULT(* | fnCreateInstance) (REFIID riid, IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables | |
| 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 42 of file sti_main.c.
Definition at line 146 of file sti_main.c.
Definition at line 136 of file sti_main.c.
Definition at line 165 of file sti_main.c.
Definition at line 173 of file sti_main.c.
|
inlinestatic |
Definition at line 50 of file sti_main.c.
Referenced by sti_cf_CreateInstance().
|
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.
Referenced by DllGetClassObject().
Referenced by DllRegisterServer().
Referenced by DllUnregisterServer().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | sti | ) |
Definition at line 125 of file sti_main.c.
|
static |
Definition at line 134 of file sti_main.c.
Referenced by DllGetClassObject().