[][src]Struct CCODE::ICreateTypeInfoVtbl

#[repr(C)]pub struct ICreateTypeInfoVtbl {
    pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
    pub AddRef: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> ULONG>,
    pub Release: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> ULONG>,
    pub SetGuid: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, guid: *const GUID) -> HRESULT>,
    pub SetTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, uTypeFlags: UINT) -> HRESULT>,
    pub SetDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pStrDoc: LPOLESTR) -> HRESULT>,
    pub SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, dwHelpContext: DWORD) -> HRESULT>,
    pub SetVersion: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT>,
    pub AddRefTypeInfo: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pTInfo: *mut ITypeInfo, phRefType: *mut HREFTYPE) -> HRESULT>,
    pub AddFuncDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, pFuncDesc: *mut FUNCDESC) -> HRESULT>,
    pub AddImplType: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, hRefType: HREFTYPE) -> HRESULT>,
    pub SetImplTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, implTypeFlags: INT) -> HRESULT>,
    pub SetAlignment: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, cbAlignment: WORD) -> HRESULT>,
    pub SetSchema: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pStrSchema: LPOLESTR) -> HRESULT>,
    pub AddVarDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, pVarDesc: *mut VARDESC) -> HRESULT>,
    pub SetFuncAndParamNames: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT>,
    pub SetVarName: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szName: LPOLESTR) -> HRESULT>,
    pub SetTypeDescAlias: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pTDescAlias: *mut TYPEDESC) -> HRESULT>,
    pub DefineFuncAsDllEntry: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDllName: LPOLESTR, szProcName: LPOLESTR) -> HRESULT>,
    pub SetFuncDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT>,
    pub SetVarDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT>,
    pub SetFuncHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT>,
    pub SetVarHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT>,
    pub SetMops: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, bstrMops: BSTR) -> HRESULT>,
    pub SetTypeIdldesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pIdlDesc: *mut IDLDESC) -> HRESULT>,
    pub LayOut: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> HRESULT>,
}

Fields

QueryInterface: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>AddRef: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> ULONG>Release: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> ULONG>SetGuid: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, guid: *const GUID) -> HRESULT>SetTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, uTypeFlags: UINT) -> HRESULT>SetDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pStrDoc: LPOLESTR) -> HRESULT>SetHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, dwHelpContext: DWORD) -> HRESULT>SetVersion: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, wMajorVerNum: WORD, wMinorVerNum: WORD) -> HRESULT>AddRefTypeInfo: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pTInfo: *mut ITypeInfo, phRefType: *mut HREFTYPE) -> HRESULT>AddFuncDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, pFuncDesc: *mut FUNCDESC) -> HRESULT>AddImplType: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, hRefType: HREFTYPE) -> HRESULT>SetImplTypeFlags: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, implTypeFlags: INT) -> HRESULT>SetAlignment: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, cbAlignment: WORD) -> HRESULT>SetSchema: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pStrSchema: LPOLESTR) -> HRESULT>AddVarDesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, pVarDesc: *mut VARDESC) -> HRESULT>SetFuncAndParamNames: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, rgszNames: *mut LPOLESTR, cNames: UINT) -> HRESULT>SetVarName: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szName: LPOLESTR) -> HRESULT>SetTypeDescAlias: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pTDescAlias: *mut TYPEDESC) -> HRESULT>DefineFuncAsDllEntry: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDllName: LPOLESTR, szProcName: LPOLESTR) -> HRESULT>SetFuncDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT>SetVarDocString: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, szDocString: LPOLESTR) -> HRESULT>SetFuncHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT>SetVarHelpContext: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, dwHelpContext: DWORD) -> HRESULT>SetMops: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, index: UINT, bstrMops: BSTR) -> HRESULT>SetTypeIdldesc: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo, pIdlDesc: *mut IDLDESC) -> HRESULT>LayOut: Option<unsafe extern "C" fn(This: *mut ICreateTypeInfo) -> HRESULT>

Trait Implementations

impl Clone for ICreateTypeInfoVtbl[src]

impl Copy for ICreateTypeInfoVtbl[src]

impl Debug for ICreateTypeInfoVtbl[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.