|
ReactOS 0.4.17-dev-934-g091855f
|
#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 ITypeLib * | typelib |
| static ITypeInfo * | typeinfos [LAST_tid] |
| static REFIID | tid_ids [] |
| static const IProvideClassInfoVtbl | provideclassinfovtbl |
| static const IClassFactoryVtbl | WshShellFactoryVtbl |
| static const IClassFactoryVtbl | WshNetworkFactoryVtbl |
| static IClassFactory | WshShellFactory = { &WshShellFactoryVtbl } |
| static IClassFactory | WshNetworkFactory = { &WshNetworkFactoryVtbl } |
|
static |
Definition at line 187 of file wshom_main.c.
|
static |
Definition at line 199 of file wshom_main.c.
|
static |
Definition at line 166 of file wshom_main.c.
|
static |
Definition at line 193 of file wshom_main.c.
Definition at line 248 of file wshom_main.c.
Definition at line 227 of file wshom_main.c.
Definition at line 76 of file wshom_main.c.
Definition at line 66 of file wshom_main.c.
Referenced by provideclassinfo_GetClassInfo().
|
inlinestatic |
Definition at line 29 of file wshom_main.c.
Referenced by provideclassinfo_AddRef(), provideclassinfo_GetClassInfo(), provideclassinfo_QueryInterface(), and provideclassinfo_Release().
Definition at line 159 of file wshom_main.c.
Definition at line 47 of file wshom_main.c.
Referenced by get_typeinfo(), and get_typeinfo_of_guid().
|
static |
Definition at line 131 of file wshom_main.c.
|
static |
Definition at line 143 of file wshom_main.c.
|
static |
Definition at line 116 of file wshom_main.c.
|
static |
Definition at line 137 of file wshom_main.c.
Definition at line 102 of file wshom_main.c.
Referenced by DllMain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wshom | ) |
|
static |
Definition at line 152 of file wshom_main.c.
Referenced by init_classinfo().
|
static |
Definition at line 37 of file wshom_main.c.
Referenced by get_typeinfo().
Definition at line 35 of file wshom_main.c.
Referenced by get_typeinfo(), and release_typelib().
Definition at line 34 of file wshom_main.c.
|
static |
Definition at line 222 of file wshom_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 213 of file wshom_main.c.
|
static |
Definition at line 221 of file wshom_main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 205 of file wshom_main.c.