ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "wshom_private.h"
#include "initguid.h"
#include "wshom.h"
#include "rpcproxy.h"
#include "wine/debug.h"
Go to the source code of this file.
Variables | |
static HINSTANCE | wshom_instance |
static ITypeLib * | typelib |
static ITypeInfo * | typeinfos [LAST_tid] |
static REFIID | tid_ids [] |
static const IProvideClassInfoVtbl | provideclassinfovtbl |
static const IClassFactoryVtbl | WshShellFactoryVtbl |
static IClassFactory | WshShellFactory = { &WshShellFactoryVtbl } |
|
static |
Definition at line 188 of file wshom_main.c.
|
static |
Definition at line 200 of file wshom_main.c.
|
static |
Definition at line 167 of file wshom_main.c.
|
static |
Definition at line 194 of file wshom_main.c.
Definition at line 257 of file wshom_main.c.
Definition at line 243 of file wshom_main.c.
Definition at line 219 of file wshom_main.c.
Definition at line 265 of file wshom_main.c.
Definition at line 274 of file wshom_main.c.
Definition at line 77 of file wshom_main.c.
Definition at line 67 of file wshom_main.c.
Referenced by provideclassinfo_GetClassInfo().
|
inlinestatic |
Definition at line 31 of file wshom_main.c.
Referenced by provideclassinfo_AddRef(), provideclassinfo_GetClassInfo(), provideclassinfo_QueryInterface(), and provideclassinfo_Release().
Definition at line 160 of file wshom_main.c.
Definition at line 48 of file wshom_main.c.
Referenced by get_typeinfo(), and get_typeinfo_of_guid().
|
static |
Definition at line 132 of file wshom_main.c.
|
static |
Definition at line 144 of file wshom_main.c.
|
static |
Definition at line 117 of file wshom_main.c.
|
static |
Definition at line 138 of file wshom_main.c.
Definition at line 103 of file wshom_main.c.
Referenced by DllMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wshom | ) |
|
static |
Definition at line 153 of file wshom_main.c.
Referenced by init_classinfo().
|
static |
Definition at line 39 of file wshom_main.c.
Referenced by get_typeinfo().
Definition at line 37 of file wshom_main.c.
Referenced by get_typeinfo(), and release_typelib().
Definition at line 36 of file wshom_main.c.
|
static |
Definition at line 29 of file wshom_main.c.
Referenced by DllMain(), DllRegisterServer(), and DllUnregisterServer().
|
static |
Definition at line 214 of file wshom_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 206 of file wshom_main.c.