pub trait IITIPodSource_Impl: Sized + IITSource_Impl {
    // Required methods
    unsafe fn UpdateIPod(&self) -> HRESULT;
    unsafe fn EjectIPod(&self) -> HRESULT;
    unsafe fn SoftwareVersion(&self, SoftwareVersion: *mut BSTR) -> HRESULT;
}

Required Methods§

source

unsafe fn UpdateIPod(&self) -> HRESULT

Update the contents of the iPod.

source

unsafe fn EjectIPod(&self) -> HRESULT

Eject the iPod.

source

unsafe fn SoftwareVersion(&self, SoftwareVersion: *mut BSTR) -> HRESULT

The iPod software version.

Implementors§