Struct winapi::sapi::ISpPhoneConverter
[−]
[src]
pub struct ISpPhoneConverter { pub lpVtbl: *const ISpPhoneConverterVtbl, }
Fields
lpVtbl |
Methods
impl ISpPhoneConverter
[src]
unsafe fn PhoneToId(&mut self, pszPhone: LPCWSTR, pId: *mut SPPHONEID) -> HRESULT
unsafe fn IdToPhone(&mut self, pId: PCSPPHONEID, pszPhone: *mut WCHAR) -> HRESULT
Methods from Deref<Target=ISpObjectWithToken>
unsafe fn SetObjectToken(&mut self, pToken: *mut ISpObjectToken) -> HRESULT
unsafe fn GetObjectToken(&mut self, ppToken: *mut *mut ISpObjectToken) -> HRESULT
Trait Implementations
impl Deref for ISpPhoneConverter
[src]
type Target = ISpObjectWithToken
The resulting type after dereferencing
fn deref(&self) -> &ISpObjectWithToken
The method called to dereference a value
impl DerefMut for ISpPhoneConverter
[src]
fn deref_mut(&mut self) -> &mut ISpObjectWithToken
The method called to mutably dereference a value