[][src]Struct winapi::um::sapi51::ISpPhraseAlt

#[repr(C)]
pub struct ISpPhraseAlt {
    pub lpVtbl: *const ISpPhraseAltVtbl,
}

Fields

lpVtbl: *const ISpPhraseAltVtbl

Methods

impl ISpPhraseAlt[src]

pub unsafe fn GetAltInfo(
    &self,
    pParent: *mut *mut ISpPhrase,
    pulStartElementInParent: *mut ULONG,
    pcElementsInParent: *mut ULONG,
    pcElementsInAlt: *mut ULONG
) -> HRESULT
[src]

pub unsafe fn Commit(&self) -> HRESULT[src]

Methods from Deref<Target = ISpPhrase>

pub unsafe fn GetPhrase(&self, ppCoMemPhrase: *mut *mut SPPHRASE) -> HRESULT[src]

pub unsafe fn GetSerializedPhrase(
    &self,
    ppCoMemPhrase: *mut *mut SPSERIALIZEDPHRASE
) -> HRESULT
[src]

pub unsafe fn GetText(
    &self,
    ulStart: ULONG,
    ulCount: ULONG,
    fUseTextReplacements: BOOL,
    ppszCoMemText: *mut LPWSTR,
    pbDisplayAttributes: *mut BYTE
) -> HRESULT
[src]

pub unsafe fn Discard(&self, dwValueTypes: DWORD) -> HRESULT[src]

Trait Implementations

impl Interface for ISpPhraseAlt[src]

impl Deref for ISpPhraseAlt[src]

type Target = ISpPhrase

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]