ReactOS 0.4.16-dev-91-g764881a
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
#include "objbase.h"
#include "sti.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | _stillimage |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct _stillimage | stillimage |
Variables | |
static const WCHAR | registeredAppsLaunchPath [] |
static const struct IStillImageWVtbl | stillimagew_vtbl |
static const struct IUnknownVtbl | internal_unk_vtbl |
typedef struct _stillimage stillimage |
|
inlinestatic |
Definition at line 55 of file sti.c.
Referenced by stillimagew_AddRef(), stillimagew_CreateDevice(), stillimagew_EnableHwNotifications(), stillimagew_GetDeviceInfo(), stillimagew_GetDeviceList(), stillimagew_GetDeviceValue(), stillimagew_GetHwNotificationState(), stillimagew_GetSTILaunchInformation(), stillimagew_Initialize(), stillimagew_LaunchApplicationForDevice(), stillimagew_QueryInterface(), stillimagew_RefreshDeviceBus(), stillimagew_RegisterLaunchApplication(), stillimagew_Release(), stillimagew_SetDeviceValue(), stillimagew_SetupDeviceParameters(), stillimagew_UnregisterLaunchApplication(), and stillimagew_WriteToErrorLog().
|
inlinestatic |
Definition at line 264 of file sti.c.
Referenced by Internal_AddRef(), Internal_QueryInterface(), and Internal_Release().
|
static |
Definition at line 269 of file sti.c.
HRESULT WINAPI StiCreateInstanceA | ( | HINSTANCE | hinst, |
DWORD | dwVer, | ||
PSTIA * | ppSti, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 320 of file sti.c.
Referenced by sti_create().
HRESULT WINAPI StiCreateInstanceW | ( | HINSTANCE | hinst, |
DWORD | dwVer, | ||
PSTIW * | ppSti, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 329 of file sti.c.
Referenced by sti_create().
|
static |
Definition at line 102 of file sti.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 110 of file sti.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 137 of file sti.c.
|
static |
Definition at line 119 of file sti.c.
|
static |
|
static |
|
static |
WINE_DEFAULT_DEBUG_CHANNEL | ( | sti | ) |
Definition at line 310 of file sti.c.
Referenced by StiCreateInstanceW().
Definition at line 38 of file sti.c.
Referenced by stillimagew_RegisterLaunchApplication(), and stillimagew_UnregisterLaunchApplication().
Definition at line 242 of file sti.c.
Referenced by StiCreateInstanceW().