|
#define | STI_VERSION_REAL 0x00000002 |
|
#define | STI_VERSION_FLAG_UNICODE 0x01000000 |
|
#define | STI_VERSION (STI_VERSION_REAL) |
|
#define | StiCreateInstance WINELIB_NAME_AW(StiCreateInstance) |
|
#define | GET_STIDEVICE_TYPE(dwDevType) HIWORD(dwDevType) |
|
#define | GET_STIDEVICE_SUBTYPE(dwDevType) LOWORD(dwDevType) |
|
#define | STI_MAX_INTERNAL_NAME_LENGTH 128 |
|
#define | MAX_NOTIFICATION_DATA 64 |
|
#define | INTERFACE IStillImageW |
|
#define | IStillImage_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p,a,b) |
|
#define | IStillImage_AddRef(p) (p)->lpVtbl->AddRef(p) |
|
#define | IStillImage_Release(p) (p)->lpVtbl->Release(p) |
|
#define | IStillImage_Initialize(p, a, b) (p)->lpVtbl->Initialize(p,a,b) |
|
#define | IStillImage_GetDeviceList(p, a, b, c, d) (p)->lpVtbl->GetDeviceList(p,a,b,c,d) |
|
#define | IStillImage_GetDeviceInfo(p, a, b) (p)->lpVtbl->GetDeviceInfo(p,a,b) |
|
#define | IStillImage_CreateDevice(p, a, b, c, d) (p)->lpVtbl->CreateDevice(p,a,b,c,d) |
|
#define | IStillImage_GetDeviceValue(p, a, b, c, d, e) (p)->lpVtbl->GetDeviceValue(p,a,b,c,d,e) |
|
#define | IStillImage_SetDeviceValue(p, a, b, c, d, e) (p)->lpVtbl->SetDeviceValue(p,a,b,c,d,e) |
|
#define | IStillImage_GetSTILaunchInformation(p, a, b, c) (p)->lpVtbl->GetSTILaunchInformation(p,a,b,c) |
|
#define | IStillImage_RegisterLaunchApplication(p, a, b) (p)->lpVtbl->RegisterLaunchApplication(p,a,b) |
|
#define | IStillImage_UnregisterLaunchApplication(p, a) (p)->lpVtbl->UnregisterLaunchApplication(p,a) |
|
#define | IStillImage_EnableHwNotifications(p, a, b) (p)->lpVtbl->EnableHwNotifications(p,a,b) |
|
#define | IStillImage_GetHwNotificationState(p, a, b) (p)->lpVtbl->GetHwNotificationState(p,a,b) |
|
#define | IStillImage_RefreshDeviceBus(p, a) (p)->lpVtbl->RefreshDeviceBus(p,a) |
|
#define | IStillImage_LaunchApplicationForDevice(p, a, b, c) (p)->lpVtbl->LaunchApplicationForDevice(p,a,b,c) |
|
#define | IStillImage_SetupDeviceParameters(p, a) (p)->lpVtbl->SetupDeviceParameters(p,a) |
|
#define | IStillImage_WriteToErrorLog(p, a, b) (p)->lpVtbl->WriteToErrorLog(p,a,b) |
|
|
| DEFINE_GUID (CLSID_Sti, 0xB323F8E0L, 0x2E68, 0x11D0, 0x90, 0xEA, 0x00, 0xAA, 0x00, 0x60, 0xF8, 0x6C) |
|
| DEFINE_GUID (IID_IStillImageW, 0x641BD880, 0x2DC8, 0x11D0, 0x90, 0xEA, 0x00, 0xAA, 0x00, 0x60, 0xF8, 0x6C) |
|
| DEFINE_GUID (IID_IStillImageA, 0xA7B1F740, 0x1D7F, 0x11D1, 0xAC, 0xA9, 0x00, 0xA0, 0x24, 0x38, 0xAD, 0x48) |
|
HRESULT WINAPI | StiCreateInstanceA (HINSTANCE hinst, DWORD dwVer, PSTIA *ppSti, LPUNKNOWN pUnkOuter) |
|
HRESULT WINAPI | StiCreateInstanceW (HINSTANCE hinst, DWORD dwVer, PSTIW *ppSti, LPUNKNOWN pUnkOuter) |
|
| DECLARE_INTERFACE_ (IStillImageW, IUnknown) |
|