Struct itunes_com::sys::IITPlaylistWindow
source · #[repr(transparent)]pub struct IITPlaylistWindow(_);Expand description
IITPlaylistWindow Interface
See the generated IITPlaylistWindow_Impl trait for more documentation about each function.
Implementations§
source§impl IITPlaylistWindow
impl IITPlaylistWindow
pub unsafe fn SelectedTracks( &self, iTrackCollection: *mut Option<IITTrackCollection> ) -> HRESULT
pub unsafe fn Playlist(&self, iPlaylist: *mut Option<IITPlaylist>) -> HRESULT
Trait Implementations§
source§impl Clone for IITPlaylistWindow
impl Clone for IITPlaylistWindow
source§impl Debug for IITPlaylistWindow
impl Debug for IITPlaylistWindow
source§impl From<&IITPlaylistWindow> for IUnknown
impl From<&IITPlaylistWindow> for IUnknown
source§fn from(value: &IITPlaylistWindow) -> Self
fn from(value: &IITPlaylistWindow) -> Self
Converts to this type from the input type.
source§impl From<IITPlaylistWindow> for IUnknown
impl From<IITPlaylistWindow> for IUnknown
source§fn from(value: IITPlaylistWindow) -> Self
fn from(value: IITPlaylistWindow) -> Self
Converts to this type from the input type.
source§impl Interface for IITPlaylistWindow
impl Interface for IITPlaylistWindow
source§impl PartialEq<IITPlaylistWindow> for IITPlaylistWindow
impl PartialEq<IITPlaylistWindow> for IITPlaylistWindow
source§impl RuntimeName for IITPlaylistWindow
impl RuntimeName for IITPlaylistWindow
source§impl Vtable for IITPlaylistWindow
impl Vtable for IITPlaylistWindow
type Vtable = IITPlaylistWindow_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.