Struct itunes_com::sys::IITWindowCollection
source · #[repr(transparent)]pub struct IITWindowCollection(_);Expand description
IITWindowCollection Interface
See the generated IITWindowCollection_Impl trait for more documentation about each function.
Implementations§
source§impl IITWindowCollection
impl IITWindowCollection
pub unsafe fn Count(&self, Count: *mut i32) -> HRESULT
pub unsafe fn Item( &self, Index: i32, iWindow: *mut Option<IITWindow> ) -> HRESULT
pub unsafe fn ItemByName( &self, Name: BSTR, iWindow: *mut Option<IITWindow> ) -> HRESULT
pub unsafe fn _NewEnum(&self, iEnumerator: *mut Option<IEnumVARIANT>) -> HRESULT
Trait Implementations§
source§impl Clone for IITWindowCollection
impl Clone for IITWindowCollection
source§impl Debug for IITWindowCollection
impl Debug for IITWindowCollection
source§impl From<&IITWindowCollection> for IUnknown
impl From<&IITWindowCollection> for IUnknown
source§fn from(value: &IITWindowCollection) -> Self
fn from(value: &IITWindowCollection) -> Self
Converts to this type from the input type.
source§impl From<IITWindowCollection> for IUnknown
impl From<IITWindowCollection> for IUnknown
source§fn from(value: IITWindowCollection) -> Self
fn from(value: IITWindowCollection) -> Self
Converts to this type from the input type.
source§impl Interface for IITWindowCollection
impl Interface for IITWindowCollection
source§impl PartialEq<IITWindowCollection> for IITWindowCollection
impl PartialEq<IITWindowCollection> for IITWindowCollection
source§impl RuntimeName for IITWindowCollection
impl RuntimeName for IITWindowCollection
source§impl Vtable for IITWindowCollection
impl Vtable for IITWindowCollection
type Vtable = IITWindowCollection_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.