#[repr(C)]pub struct ITypeInfoVtbl {Show 22 fields
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ITypeInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ITypeInfo) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ITypeInfo) -> ULONG>,
pub GetTypeAttr: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTypeAttr: *mut *mut TYPEATTR) -> HRESULT>,
pub GetTypeComp: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTComp: *mut *mut ITypeComp) -> HRESULT>,
pub GetFuncDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, ppFuncDesc: *mut *mut FUNCDESC) -> HRESULT>,
pub GetVarDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, ppVarDesc: *mut *mut VARDESC) -> HRESULT>,
pub GetNames: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, rgBstrNames: *mut BSTR, cMaxNames: UINT, pcNames: *mut UINT) -> HRESULT>,
pub GetRefTypeOfImplType: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, pRefType: *mut HREFTYPE) -> HRESULT>,
pub GetImplTypeFlags: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, pImplTypeFlags: *mut INT) -> HRESULT>,
pub GetIDsOfNames: Option<unsafe extern "C" fn(This: *mut ITypeInfo, rgszNames: *mut LPOLESTR, cNames: UINT, pMemId: *mut MEMBERID) -> HRESULT>,
pub Invoke: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pvInstance: PVOID, memid: MEMBERID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT>,
pub GetDocumentation: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, pBstrName: *mut BSTR, pBstrDocString: *mut BSTR, pdwHelpContext: *mut DWORD, pBstrHelpFile: *mut BSTR) -> HRESULT>,
pub GetDllEntry: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, invKind: INVOKEKIND, pBstrDllName: *mut BSTR, pBstrName: *mut BSTR, pwOrdinal: *mut WORD) -> HRESULT>,
pub GetRefTypeInfo: Option<unsafe extern "C" fn(This: *mut ITypeInfo, hRefType: HREFTYPE, ppTInfo: *mut *mut ITypeInfo) -> HRESULT>,
pub AddressOfMember: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, invKind: INVOKEKIND, ppv: *mut PVOID) -> HRESULT>,
pub CreateInstance: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pUnkOuter: *mut IUnknown, riid: *const IID, ppvObj: *mut PVOID) -> HRESULT>,
pub GetMops: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, pBstrMops: *mut BSTR) -> HRESULT>,
pub GetContainingTypeLib: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTLib: *mut *mut ITypeLib, pIndex: *mut UINT) -> HRESULT>,
pub ReleaseTypeAttr: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pTypeAttr: *mut TYPEATTR)>,
pub ReleaseFuncDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pFuncDesc: *mut FUNCDESC)>,
pub ReleaseVarDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pVarDesc: *mut VARDESC)>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ITypeInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ITypeInfo) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ITypeInfo) -> ULONG>
§GetTypeAttr: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTypeAttr: *mut *mut TYPEATTR) -> HRESULT>
§GetTypeComp: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTComp: *mut *mut ITypeComp) -> HRESULT>
§GetFuncDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, ppFuncDesc: *mut *mut FUNCDESC) -> HRESULT>
§GetVarDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, ppVarDesc: *mut *mut VARDESC) -> HRESULT>
§GetNames: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, rgBstrNames: *mut BSTR, cMaxNames: UINT, pcNames: *mut UINT) -> HRESULT>
§GetRefTypeOfImplType: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, pRefType: *mut HREFTYPE) -> HRESULT>
§GetImplTypeFlags: Option<unsafe extern "C" fn(This: *mut ITypeInfo, index: UINT, pImplTypeFlags: *mut INT) -> HRESULT>
§GetIDsOfNames: Option<unsafe extern "C" fn(This: *mut ITypeInfo, rgszNames: *mut LPOLESTR, cNames: UINT, pMemId: *mut MEMBERID) -> HRESULT>
§Invoke: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pvInstance: PVOID, memid: MEMBERID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT>
§GetDocumentation: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, pBstrName: *mut BSTR, pBstrDocString: *mut BSTR, pdwHelpContext: *mut DWORD, pBstrHelpFile: *mut BSTR) -> HRESULT>
§GetDllEntry: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, invKind: INVOKEKIND, pBstrDllName: *mut BSTR, pBstrName: *mut BSTR, pwOrdinal: *mut WORD) -> HRESULT>
§GetRefTypeInfo: Option<unsafe extern "C" fn(This: *mut ITypeInfo, hRefType: HREFTYPE, ppTInfo: *mut *mut ITypeInfo) -> HRESULT>
§AddressOfMember: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, invKind: INVOKEKIND, ppv: *mut PVOID) -> HRESULT>
§CreateInstance: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pUnkOuter: *mut IUnknown, riid: *const IID, ppvObj: *mut PVOID) -> HRESULT>
§GetMops: Option<unsafe extern "C" fn(This: *mut ITypeInfo, memid: MEMBERID, pBstrMops: *mut BSTR) -> HRESULT>
§GetContainingTypeLib: Option<unsafe extern "C" fn(This: *mut ITypeInfo, ppTLib: *mut *mut ITypeLib, pIndex: *mut UINT) -> HRESULT>
§ReleaseTypeAttr: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pTypeAttr: *mut TYPEATTR)>
§ReleaseFuncDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pFuncDesc: *mut FUNCDESC)>
§ReleaseVarDesc: Option<unsafe extern "C" fn(This: *mut ITypeInfo, pVarDesc: *mut VARDESC)>
Trait Implementations§
Source§impl Clone for ITypeInfoVtbl
impl Clone for ITypeInfoVtbl
Source§fn clone(&self) -> ITypeInfoVtbl
fn clone(&self) -> ITypeInfoVtbl
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 ITypeInfoVtbl
impl Debug for ITypeInfoVtbl
Source§impl Ord for ITypeInfoVtbl
impl Ord for ITypeInfoVtbl
Source§fn cmp(&self, other: &ITypeInfoVtbl) -> Ordering
fn cmp(&self, other: &ITypeInfoVtbl) -> 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 ITypeInfoVtbl
impl PartialEq for ITypeInfoVtbl
Source§impl PartialOrd for ITypeInfoVtbl
impl PartialOrd for ITypeInfoVtbl
impl Copy for ITypeInfoVtbl
impl Eq for ITypeInfoVtbl
impl StructuralPartialEq for ITypeInfoVtbl
Auto Trait Implementations§
impl Freeze for ITypeInfoVtbl
impl RefUnwindSafe for ITypeInfoVtbl
impl Send for ITypeInfoVtbl
impl Sync for ITypeInfoVtbl
impl Unpin for ITypeInfoVtbl
impl UnwindSafe for ITypeInfoVtbl
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