Struct windows::Win32::System::Search::IErrorLookup_Vtbl
#[repr(C)]pub struct IErrorLookup_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *const DISPPARAMS, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetHelpInfo: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut u32) -> HRESULT,
pub ReleaseErrors: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetErrorDescription: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *const DISPPARAMS, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetHelpInfo: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut u32) -> HRESULT
§ReleaseErrors: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IErrorLookup_Vtbl
impl IErrorLookup_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IErrorLookup_Vtblwhere
Identity: IErrorLookup_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IErrorLookup_Vtbl
impl RefUnwindSafe for IErrorLookup_Vtbl
impl Send for IErrorLookup_Vtbl
impl Sync for IErrorLookup_Vtbl
impl Unpin for IErrorLookup_Vtbl
impl UnwindSafe for IErrorLookup_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more