Trait windows::Win32::Media::MediaPlayer::IWMPMetadataText_Impl
pub trait IWMPMetadataText_Impl: Sized + IDispatch_Impl {
// Required methods
fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>;
fn text(&self, pbstrtext: *mut BSTR) -> Result<()>;
}
Required Methods§
fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>
fn text(&self, pbstrtext: *mut BSTR) -> Result<()>
Object Safety§
This trait is not object safe.