Struct itunes_com::sys::IITUserPlaylist
source · #[repr(transparent)]pub struct IITUserPlaylist(_);Expand description
IITUserPlaylist Interface
See the generated IITUserPlaylist_Impl trait for more documentation about each function.
Implementations§
source§impl IITUserPlaylist
impl IITUserPlaylist
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
pub unsafe fn Smart(&self, isSmart: *mut VARIANT_BOOL) -> HRESULT
pub unsafe fn SpecialKind( &self, SpecialKind: *mut ITUserPlaylistSpecialKind ) -> HRESULT
pub unsafe fn Parent( &self, iParentPlayList: *mut Option<IITUserPlaylist> ) -> HRESULT
pub unsafe fn CreatePlaylist( &self, playlistName: BSTR, iPlaylist: *mut Option<IITPlaylist> ) -> HRESULT
pub unsafe fn CreateFolder( &self, folderName: BSTR, iFolder: *mut Option<IITPlaylist> ) -> HRESULT
pub unsafe fn set_Parent(&self, iParentPlayList: *const VARIANT) -> HRESULT
pub unsafe fn Reveal(&self) -> HRESULT
Trait Implementations§
source§impl Clone for IITUserPlaylist
impl Clone for IITUserPlaylist
source§impl Debug for IITUserPlaylist
impl Debug for IITUserPlaylist
source§impl From<&IITUserPlaylist> for IUnknown
impl From<&IITUserPlaylist> for IUnknown
source§fn from(value: &IITUserPlaylist) -> Self
fn from(value: &IITUserPlaylist) -> Self
Converts to this type from the input type.
source§impl From<IITUserPlaylist> for IUnknown
impl From<IITUserPlaylist> for IUnknown
source§fn from(value: IITUserPlaylist) -> Self
fn from(value: IITUserPlaylist) -> Self
Converts to this type from the input type.
source§impl Interface for IITUserPlaylist
impl Interface for IITUserPlaylist
source§impl PartialEq<IITUserPlaylist> for IITUserPlaylist
impl PartialEq<IITUserPlaylist> for IITUserPlaylist
source§impl RuntimeName for IITUserPlaylist
impl RuntimeName for IITUserPlaylist
source§impl Vtable for IITUserPlaylist
impl Vtable for IITUserPlaylist
type Vtable = IITUserPlaylist_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.