Struct itunes_com::sys::IITLibraryPlaylist
source · #[repr(transparent)]pub struct IITLibraryPlaylist(_);Expand description
IITLibraryPlaylist Interface
See the generated IITLibraryPlaylist_Impl trait for more documentation about each function.
Implementations§
source§impl IITLibraryPlaylist
impl IITLibraryPlaylist
pub unsafe fn AddFile( &self, filePath: BSTR, iStatus: *mut Option<IITOperationStatus> ) -> HRESULT
pub unsafe fn AddFiles( &self, filePaths: *const VARIANT, iStatus: *mut Option<IITOperationStatus> ) -> HRESULT
pub unsafe fn AddURL( &self, URL: BSTR, iURLTrack: *mut Option<IITURLTrack> ) -> HRESULT
pub unsafe fn AddTrack( &self, iTrackToAdd: *const VARIANT, iAddedTrack: *mut Option<IITTrack> ) -> HRESULT
Trait Implementations§
source§impl Clone for IITLibraryPlaylist
impl Clone for IITLibraryPlaylist
source§impl Debug for IITLibraryPlaylist
impl Debug for IITLibraryPlaylist
source§impl From<&IITLibraryPlaylist> for IUnknown
impl From<&IITLibraryPlaylist> for IUnknown
source§fn from(value: &IITLibraryPlaylist) -> Self
fn from(value: &IITLibraryPlaylist) -> Self
Converts to this type from the input type.
source§impl From<IITLibraryPlaylist> for IUnknown
impl From<IITLibraryPlaylist> for IUnknown
source§fn from(value: IITLibraryPlaylist) -> Self
fn from(value: IITLibraryPlaylist) -> Self
Converts to this type from the input type.
source§impl Interface for IITLibraryPlaylist
impl Interface for IITLibraryPlaylist
source§impl PartialEq<IITLibraryPlaylist> for IITLibraryPlaylist
impl PartialEq<IITLibraryPlaylist> for IITLibraryPlaylist
source§impl RuntimeName for IITLibraryPlaylist
impl RuntimeName for IITLibraryPlaylist
source§impl Vtable for IITLibraryPlaylist
impl Vtable for IITLibraryPlaylist
type Vtable = IITLibraryPlaylist_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.