Struct ICreateTypeInfo_Vtbl
#[repr(C)]pub struct ICreateTypeInfo_Vtbl {Show 24 fields
pub base__: IUnknown_Vtbl,
pub SetGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub SetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetDocString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetVersion: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT,
pub AddRefTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const u32) -> HRESULT,
pub AddFuncDesc: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const FUNCDESC) -> HRESULT,
pub AddImplType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SetImplTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: IMPLTYPEFLAGS) -> HRESULT,
pub SetAlignment: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub SetSchema: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AddVarDesc: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VARDESC) -> HRESULT,
pub SetFuncAndParamNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR, _: u32) -> HRESULT,
pub SetVarName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetTypeDescAlias: unsafe extern "system" fn(_: *mut c_void, _: *const TYPEDESC) -> HRESULT,
pub DefineFuncAsDllEntry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub SetFuncDocString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetVarDocString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT,
pub SetFuncHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SetVarHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub SetMops: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub SetTypeIdldesc: unsafe extern "system" fn(_: *mut c_void, _: *const IDLDESC) -> HRESULT,
pub LayOut: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetGuid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§SetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetDocString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetVersion: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT
§AddRefTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const u32) -> HRESULT
§AddFuncDesc: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const FUNCDESC) -> HRESULT
§AddImplType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SetImplTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: IMPLTYPEFLAGS) -> HRESULT
§SetAlignment: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§SetSchema: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AddVarDesc: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const VARDESC) -> HRESULT
§SetFuncAndParamNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR, _: u32) -> HRESULT
§SetVarName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetTypeDescAlias: unsafe extern "system" fn(_: *mut c_void, _: *const TYPEDESC) -> HRESULT
§DefineFuncAsDllEntry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR) -> HRESULT
§SetFuncDocString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetVarDocString: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT
§SetFuncHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SetVarHelpContext: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§SetMops: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§SetTypeIdldesc: unsafe extern "system" fn(_: *mut c_void, _: *const IDLDESC) -> HRESULT
§LayOut: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ICreateTypeInfo_Vtbl
impl ICreateTypeInfo_Vtbl
pub const fn new<Identity: ICreateTypeInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICreateTypeInfo_Vtbl
impl RefUnwindSafe for ICreateTypeInfo_Vtbl
impl Send for ICreateTypeInfo_Vtbl
impl Sync for ICreateTypeInfo_Vtbl
impl Unpin for ICreateTypeInfo_Vtbl
impl UnwindSafe for ICreateTypeInfo_Vtbl
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