Trait windows::Win32::Media::MediaPlayer::IWMPDVD_Impl
pub trait IWMPDVD_Impl: Sized + IDispatch_Impl {
// Required methods
fn get_isAvailable(
&self,
bstritem: &BSTR,
pisavailable: *mut VARIANT_BOOL,
) -> Result<()>;
fn domain(&self, strdomain: *mut BSTR) -> Result<()>;
fn topMenu(&self) -> Result<()>;
fn titleMenu(&self) -> Result<()>;
fn back(&self) -> Result<()>;
fn resume(&self) -> Result<()>;
}
Required Methods§
fn get_isAvailable( &self, bstritem: &BSTR, pisavailable: *mut VARIANT_BOOL, ) -> Result<()>
fn domain(&self, strdomain: *mut BSTR) -> Result<()>
fn topMenu(&self) -> Result<()>
fn titleMenu(&self) -> Result<()>
fn back(&self) -> Result<()>
fn resume(&self) -> Result<()>
Object Safety§
This trait is not object safe.