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 | |
SetGuid | |
SetTypeFlags | |
SetDocString | |
SetHelpContext | |
SetVersion | |
AddRefTypeInfo | |
AddFuncDesc | |
SetImplTypeFlags | |
SetAlignment | |
SetSchema | |
AddVarDesc | |
SetFuncAndParamNames | |
SetVarName | |
SetTypeDescAlias | |
DefineFuncAsDllEntry | |
SetFuncDocString | |
SetVarDocString | |
SetFuncHelpContext | |
SetVarHelpContext | |
SetMops | |
SetTypeIdldesc | |
LayOut | |