|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | IClassFactoryImpl |
| struct | object_creation_info |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (qedit) | |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
| static IClassFactoryImpl * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | DSCF_QueryInterface (IClassFactory *iface, REFIID riid, void **ppobj) |
| static ULONG WINAPI | DSCF_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | DSCF_Release (IClassFactory *iface) |
| static HRESULT WINAPI | DSCF_CreateInstance (IClassFactory *iface, IUnknown *pOuter, REFIID riid, void **ppobj) |
| static HRESULT WINAPI | DSCF_LockServer (IClassFactory *iface, BOOL dolock) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables | |
| static HINSTANCE | instance |
| static const struct object_creation_info | object_creation [] |
| static const IClassFactoryVtbl | DSCF_Vtbl |
Definition at line 159 of file main.c.
Definition at line 28 of file main.c.
|
static |
|
static |
Definition at line 98 of file main.c.
|
static |
|
static |
|
static |
|
inlinestatic |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | qedit | ) |
|
static |
|
static |