Trait itunes_com::sys::IITIPodSource_Impl
source · 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§
sourceunsafe fn UpdateIPod(&self) -> HRESULT
unsafe fn UpdateIPod(&self) -> HRESULT
Update the contents of the iPod.
sourceunsafe fn SoftwareVersion(&self, SoftwareVersion: *mut BSTR) -> HRESULT
unsafe fn SoftwareVersion(&self, SoftwareVersion: *mut BSTR) -> HRESULT
The iPod software version.