Struct windows_sys::Win32::Devices::ImageAcquisition::DEVICEDIALOGDATA2
[−]#[repr(C)]pub struct DEVICEDIALOGDATA2 {
pub cbSize: u32,
pub pIWiaItemRoot: IWiaItem2,
pub dwFlags: u32,
pub hwndParent: HWND,
pub bstrFolderName: BSTR,
pub bstrFilename: BSTR,
pub lNumFiles: i32,
pub pbstrFilePaths: *mut BSTR,
pub pWiaItem: IWiaItem2,
}
Expand description
Required features: "Win32_Devices_ImageAcquisition"
, "Win32_Foundation"
Fields
cbSize: u32
pIWiaItemRoot: IWiaItem2
dwFlags: u32
hwndParent: HWND
bstrFolderName: BSTR
bstrFilename: BSTR
lNumFiles: i32
pbstrFilePaths: *mut BSTR
pWiaItem: IWiaItem2
Trait Implementations
impl Clone for DEVICEDIALOGDATA2
impl Clone for DEVICEDIALOGDATA2
impl Copy for DEVICEDIALOGDATA2
Auto Trait Implementations
impl RefUnwindSafe for DEVICEDIALOGDATA2
impl !Send for DEVICEDIALOGDATA2
impl !Sync for DEVICEDIALOGDATA2
impl Unpin for DEVICEDIALOGDATA2
impl UnwindSafe for DEVICEDIALOGDATA2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more