Struct winapi::sapi::ISpPhraseAlt [] [src]

pub struct ISpPhraseAlt {
    pub lpVtbl: *const ISpPhraseAltVtbl,
}

Fields

lpVtbl: *const ISpPhraseAltVtbl

Methods

impl ISpPhraseAlt
[src]

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

unsafe fn Commit(&mut self) -> HRESULT

Methods from Deref<Target=ISpPhrase>

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

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

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

unsafe fn Discard(&mut self, dwValueTypes: DWORD) -> HRESULT

Trait Implementations

impl Debug for ISpPhraseAlt
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ISpPhraseAlt
[src]

type Target = ISpPhrase

The resulting type after dereferencing

fn deref(&self) -> &ISpPhrase

The method called to dereference a value

impl DerefMut for ISpPhraseAlt
[src]

fn deref_mut(&mut self) -> &mut ISpPhrase

The method called to mutably dereference a value