#[repr(C)]pub struct ICreateErrorInfoVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo) -> ULONG>,
pub SetGUID: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, rguid: *const GUID) -> HRESULT>,
pub SetSource: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szSource: LPOLESTR) -> HRESULT>,
pub SetDescription: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szDescription: LPOLESTR) -> HRESULT>,
pub SetHelpFile: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szHelpFile: LPOLESTR) -> HRESULT>,
pub SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, dwHelpContext: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo) -> ULONG>
§SetGUID: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, rguid: *const GUID) -> HRESULT>
§SetSource: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szSource: LPOLESTR) -> HRESULT>
§SetDescription: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szDescription: LPOLESTR) -> HRESULT>
§SetHelpFile: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, szHelpFile: LPOLESTR) -> HRESULT>
§SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateErrorInfo, dwHelpContext: DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for ICreateErrorInfoVtbl
impl Clone for ICreateErrorInfoVtbl
Source§fn clone(&self) -> ICreateErrorInfoVtbl
fn clone(&self) -> ICreateErrorInfoVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ICreateErrorInfoVtbl
impl Debug for ICreateErrorInfoVtbl
Source§impl Ord for ICreateErrorInfoVtbl
impl Ord for ICreateErrorInfoVtbl
Source§fn cmp(&self, other: &ICreateErrorInfoVtbl) -> Ordering
fn cmp(&self, other: &ICreateErrorInfoVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ICreateErrorInfoVtbl
impl PartialEq for ICreateErrorInfoVtbl
Source§impl PartialOrd for ICreateErrorInfoVtbl
impl PartialOrd for ICreateErrorInfoVtbl
impl Copy for ICreateErrorInfoVtbl
impl Eq for ICreateErrorInfoVtbl
impl StructuralPartialEq for ICreateErrorInfoVtbl
Auto Trait Implementations§
impl Freeze for ICreateErrorInfoVtbl
impl RefUnwindSafe for ICreateErrorInfoVtbl
impl Send for ICreateErrorInfoVtbl
impl Sync for ICreateErrorInfoVtbl
impl Unpin for ICreateErrorInfoVtbl
impl UnwindSafe for ICreateErrorInfoVtbl
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