Struct winapi::sapi::ISpPhoneConverterVtbl [] [src]

pub struct ISpPhoneConverterVtbl {
    pub parent: ISpObjectWithTokenVtbl,
    pub PhoneToId: unsafe extern "system" fn(This: *mut ISpPhoneConverter, pszPhone: LPCWSTR, pId: *mut SPPHONEID) -> HRESULT,
    pub IdToPhone: unsafe extern "system" fn(This: *mut ISpPhoneConverter, pId: PCSPPHONEID, pszPhone: *mut WCHAR) -> HRESULT,
}

Fields

parent: ISpObjectWithTokenVtbl PhoneToId: unsafe extern "system" fn(This: *mut ISpPhoneConverter, pszPhone: LPCWSTR, pId: *mut SPPHONEID) -> HRESULT IdToPhone: unsafe extern "system" fn(This: *mut ISpPhoneConverter, pId: PCSPPHONEID, pszPhone: *mut WCHAR) -> HRESULT