Struct winapi::oaidl::ICreateTypeInfoVtbl [] [src]

pub struct ICreateTypeInfoVtbl {
    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