[−][src]Struct CCODE::ICreateTypeInfo2Vtbl
Fields
QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>AddRef: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2) -> ULONG>Release: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2) -> ULONG>SetGuid: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, guid: *const GUID) -> HRESULT>SetTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, uTypeFlags: UINT) -> HRESULT>SetDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, pStrDoc: LPOLESTR) -> HRESULT>SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, dwHelpContext: DWORD) -> HRESULT>SetVersion: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT>AddRefTypeInfo: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, pTInfo: *mut ITypeInfo, phRefType: *mut HREFTYPE) -> HRESULT>AddFuncDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, pFuncDesc: *mut FUNCDESC) -> HRESULT>AddImplType: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, hRefType: HREFTYPE) -> HRESULT>SetImplTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, implTypeFlags: INT) -> HRESULT>SetAlignment: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, cbAlignment: WORD) -> HRESULT>SetSchema: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, pStrSchema: LPOLESTR) -> HRESULT>AddVarDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, pVarDesc: *mut VARDESC) -> HRESULT>SetFuncAndParamNames: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT>SetVarName: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, szName: LPOLESTR) -> HRESULT>SetTypeDescAlias: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, pTDescAlias: *mut TYPEDESC) -> HRESULT>DefineFuncAsDllEntry: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, szDllName: LPOLESTR, szProcName: LPOLESTR) -> HRESULT>SetFuncDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, szDocString: LPOLESTR) -> HRESULT>SetVarDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, szDocString: LPOLESTR) -> HRESULT>SetFuncHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, dwHelpContext: DWORD) -> HRESULT>SetVarHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, dwHelpContext: DWORD) -> HRESULT>SetMops: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, bstrMops: BSTR) -> HRESULT>SetTypeIdldesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, pIdlDesc: *mut IDLDESC) -> HRESULT>LayOut: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2) -> HRESULT>DeleteFuncDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT) -> HRESULT>DeleteFuncDescByMemId: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, memid: MEMBERID, invKind: INVOKEKIND) -> HRESULT>DeleteVarDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT) -> HRESULT>DeleteVarDescByMemId: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, memid: MEMBERID) -> HRESULT>DeleteImplType: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT) -> HRESULT>SetCustData: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, guid: *const GUID, pVarVal: *mut VARIANT) -> HRESULT>SetFuncCustData: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, guid: *const GUID, pVarVal: *mut VARIANT) -> HRESULT>SetParamCustData: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, indexFunc: UINT, indexParam: UINT, guid: *const GUID, pVarVal: *mut VARIANT) -> HRESULT>SetVarCustData: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, guid: *const GUID, pVarVal: *mut VARIANT) -> HRESULT>SetImplTypeCustData: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, guid: *const GUID, pVarVal: *mut VARIANT) -> HRESULT>SetHelpStringContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, dwHelpStringContext: ULONG) -> HRESULT>SetFuncHelpStringContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, dwHelpStringContext: ULONG) -> HRESULT>SetVarHelpStringContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, index: UINT, dwHelpStringContext: ULONG) -> HRESULT>Invalidate: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2) -> HRESULT>SetName: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo2, szName: LPOLESTR) -> HRESULT>Trait Implementations
impl Clone for ICreateTypeInfo2Vtbl[src]
pub fn clone(&self) -> ICreateTypeInfo2Vtbl[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ICreateTypeInfo2Vtbl[src]
impl Debug for ICreateTypeInfo2Vtbl[src]
Auto Trait Implementations
impl RefUnwindSafe for ICreateTypeInfo2Vtbl
impl Send for ICreateTypeInfo2Vtbl
impl Sync for ICreateTypeInfo2Vtbl
impl Unpin for ICreateTypeInfo2Vtbl
impl UnwindSafe for ICreateTypeInfo2Vtbl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,