Trait windows::Win32::Media::DirectShow::Tv::IDvbShortEventDescriptor_Impl
pub trait IDvbShortEventDescriptor_Impl: Sized {
// Required methods
fn GetTag(&self) -> Result<u8>;
fn GetLength(&self) -> Result<u8>;
fn GetLanguageCode(&self, pszcode: *mut u8) -> Result<()>;
fn GetEventNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>;
fn GetTextW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>;
}
Required Methods§
fn GetTag(&self) -> Result<u8>
fn GetLength(&self) -> Result<u8>
fn GetLanguageCode(&self, pszcode: *mut u8) -> Result<()>
fn GetEventNameW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>
fn GetTextW(&self, convmode: DVB_STRCONV_MODE) -> Result<BSTR>
Object Safety§
This trait is not object safe.