ICreateTypeInfoVtbl

Struct ICreateTypeInfoVtbl 

Source
#[repr(C)]
pub struct ICreateTypeInfoVtbl {
Show 23 fields pub parent: IUnknownVtbl, pub SetGuid: unsafe extern "system" fn(This: *mut ICreateTypeInfo, guid: REFGUID) -> HRESULT, pub SetTypeFlags: unsafe extern "system" fn(This: *mut ICreateTypeInfo, uTypeFlags: UINT) -> HRESULT, pub SetDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pStrDoc: LPOLESTR) -> HRESULT, pub SetHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, dwHelpContext: DWORD) -> HRESULT, pub SetVersion: unsafe extern "system" fn(This: *mut ICreateTypeInfo, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT, pub AddRefTypeInfo: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pTInfo: *mut ITypeInfo) -> HRESULT, pub AddFuncDesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, pFuncDesc: *mut FUNCDESC) -> HRESULT, pub SetImplTypeFlags: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, implTypeFlags: INT) -> HRESULT, pub SetAlignment: unsafe extern "system" fn(This: *mut ICreateTypeInfo, cbAlignment: WORD) -> HRESULT, pub SetSchema: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pStrSchema: LPOLESTR) -> HRESULT, pub AddVarDesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, pVarDesc: *mut VARDESC) -> HRESULT, pub SetFuncAndParamNames: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT, pub SetVarName: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szName: LPOLESTR) -> HRESULT, pub SetTypeDescAlias: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pTDescAlias: *mut TYPEDESC) -> HRESULT, pub DefineFuncAsDllEntry: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDllName: LPOLESTR, szProcName: LPOLESTR) -> HRESULT, pub SetFuncDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT, pub SetVarDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT, pub SetFuncHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT, pub SetVarHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT, pub SetMops: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, bstrMops: BSTR) -> HRESULT, pub SetTypeIdldesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pIdlDesc: *mut IDLDESC) -> HRESULT, pub LayOut: unsafe extern "system" fn(This: *mut ICreateTypeInfo) -> HRESULT,
}

Fields§

§parent: IUnknownVtbl§SetGuid: unsafe extern "system" fn(This: *mut ICreateTypeInfo, guid: REFGUID) -> HRESULT§SetTypeFlags: unsafe extern "system" fn(This: *mut ICreateTypeInfo, uTypeFlags: UINT) -> HRESULT§SetDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pStrDoc: LPOLESTR) -> HRESULT§SetHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, dwHelpContext: DWORD) -> HRESULT§SetVersion: unsafe extern "system" fn(This: *mut ICreateTypeInfo, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT§AddRefTypeInfo: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pTInfo: *mut ITypeInfo) -> HRESULT§AddFuncDesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, pFuncDesc: *mut FUNCDESC) -> HRESULT§SetImplTypeFlags: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, implTypeFlags: INT) -> HRESULT§SetAlignment: unsafe extern "system" fn(This: *mut ICreateTypeInfo, cbAlignment: WORD) -> HRESULT§SetSchema: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pStrSchema: LPOLESTR) -> HRESULT§AddVarDesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, pVarDesc: *mut VARDESC) -> HRESULT§SetFuncAndParamNames: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT§SetVarName: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szName: LPOLESTR) -> HRESULT§SetTypeDescAlias: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pTDescAlias: *mut TYPEDESC) -> HRESULT§DefineFuncAsDllEntry: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDllName: LPOLESTR, szProcName: LPOLESTR) -> HRESULT§SetFuncDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT§SetVarDocString: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT§SetFuncHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT§SetVarHelpContext: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT§SetMops: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, bstrMops: BSTR) -> HRESULT§SetTypeIdldesc: unsafe extern "system" fn(This: *mut ICreateTypeInfo, pIdlDesc: *mut IDLDESC) -> HRESULT§LayOut: unsafe extern "system" fn(This: *mut ICreateTypeInfo) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.