#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.
Defines |
| #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 struct IClassFactoryVtbl | sti_cf_vtbl |
| static sti_cf | the_sti_cf = { { &sti_cf_vtbl }, sti_create } |