Struct IErrorRecords_Vtbl
#[repr(C)]pub struct IErrorRecords_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddErrorRecord: unsafe extern "system" fn(_: *mut c_void, _: *const ERRORINFO, _: u32, _: *const DISPPARAMS, _: *mut c_void, _: u32) -> HRESULT,
pub GetBasicErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ERRORINFO) -> HRESULT,
pub GetCustomErrorObject: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetErrorParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DISPPARAMS) -> HRESULT,
pub GetRecordCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddErrorRecord: unsafe extern "system" fn(_: *mut c_void, _: *const ERRORINFO, _: u32, _: *const DISPPARAMS, _: *mut c_void, _: u32) -> HRESULT
§GetBasicErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut ERRORINFO) -> HRESULT
§GetCustomErrorObject: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§GetErrorParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DISPPARAMS) -> HRESULT
§GetRecordCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IErrorRecords_Vtbl
impl IErrorRecords_Vtbl
pub const fn new<Identity: IErrorRecords_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IErrorRecords_Vtbl
impl RefUnwindSafe for IErrorRecords_Vtbl
impl Send for IErrorRecords_Vtbl
impl Sync for IErrorRecords_Vtbl
impl Unpin for IErrorRecords_Vtbl
impl UnwindSafe for IErrorRecords_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