windows::Win32::Media::PictureAcquisition

Trait IPhotoAcquireOptionsDialog_Impl

pub trait IPhotoAcquireOptionsDialog_Impl: IUnknownImpl {
    // Required methods
    fn Initialize(&self, pszregistryroot: &PCWSTR) -> Result<()>;
    fn Create(&self, hwndparent: HWND) -> Result<HWND>;
    fn Destroy(&self) -> Result<()>;
    fn DoModal(&self, hwndparent: HWND, ppnreturncode: *mut isize) -> Result<()>;
    fn SaveData(&self) -> Result<()>;
}

Required Methods§

fn Initialize(&self, pszregistryroot: &PCWSTR) -> Result<()>

fn Create(&self, hwndparent: HWND) -> Result<HWND>

fn Destroy(&self) -> Result<()>

fn DoModal(&self, hwndparent: HWND, ppnreturncode: *mut isize) -> Result<()>

fn SaveData(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§