#[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,
}
SetFuncAndParamNames: unsafe extern "system" fn(This: *mut ICreateTypeInfo, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.