|
#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) |
|