Struct IStillImageW_Vtbl
#[repr(C)]pub struct IStillImageW_Vtbl {Show 16 fields
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: HINSTANCE, _: u32) -> HRESULT,
pub GetDeviceList: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
pub GetDeviceInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void, _: *mut c_void) -> HRESULT,
pub GetDeviceValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub SetDeviceValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: *const u8, _: u32) -> HRESULT,
pub GetSTILaunchInformation: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32, _: PWSTR) -> HRESULT,
pub RegisterLaunchApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub UnregisterLaunchApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub EnableHwNotifications: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT,
pub GetHwNotificationState: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT,
pub RefreshDeviceBus: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub LaunchApplicationForDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const STINOTIFY) -> HRESULT,
pub SetupDeviceParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut STI_DEVICE_INFORMATIONW) -> HRESULT,
pub WriteToErrorLog: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: HINSTANCE, _: u32) -> HRESULT
§GetDeviceList: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT
§GetDeviceInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§CreateDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut *mut c_void, _: *mut c_void) -> HRESULT
§GetDeviceValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u8, _: *mut u32) -> HRESULT
§SetDeviceValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: *const u8, _: u32) -> HRESULT
§GetSTILaunchInformation: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32, _: PWSTR) -> HRESULT
§RegisterLaunchApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§UnregisterLaunchApplication: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§EnableHwNotifications: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT
§GetHwNotificationState: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT
§RefreshDeviceBus: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§LaunchApplicationForDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *const STINOTIFY) -> HRESULT
§SetupDeviceParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut STI_DEVICE_INFORMATIONW) -> HRESULT
§WriteToErrorLog: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
Implementations§
§impl IStillImageW_Vtbl
impl IStillImageW_Vtbl
pub const fn new<Identity: IStillImageW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IStillImageW_Vtbl
impl RefUnwindSafe for IStillImageW_Vtbl
impl Send for IStillImageW_Vtbl
impl Sync for IStillImageW_Vtbl
impl Unpin for IStillImageW_Vtbl
impl UnwindSafe for IStillImageW_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more