Public Types |
| typedef ICreateTypeInfo * | LPCREATETYPEINFO |
Public Member Functions |
| HRESULT | SetGuid ([in] REFGUID guid) |
| HRESULT | SetTypeFlags ([in] UINT uTypeFlags) |
| HRESULT | SetDocString ([in] LPOLESTR pStrDoc) |
| HRESULT | SetHelpContext ([in] DWORD dwHelpContext) |
| HRESULT | SetVersion ([in] WORD wMajorVerNum,[in] WORD wMinorVerNum) |
| HRESULT | AddRefTypeInfo ([in] ITypeInfo *pTInfo,[in] HREFTYPE *phRefType) |
| HRESULT | AddFuncDesc ([in] UINT index,[in] FUNCDESC *pFuncDesc) |
| HRESULT | AddImplType ([in] UINT index,[in] HREFTYPE hRefType) |
| HRESULT | SetImplTypeFlags ([in] UINT index,[in] INT implTypeFlags) |
| HRESULT | SetAlignment ([in] WORD cbAlignment) |
| HRESULT | SetSchema ([in] LPOLESTR pStrSchema) |
| HRESULT | AddVarDesc ([in] UINT index,[in] VARDESC *pVarDesc) |
| HRESULT | SetFuncAndParamNames ([in] UINT index,[in, size_is(cNames)] LPOLESTR *rgszNames,[in] UINT cNames) |
| HRESULT | SetVarName ([in] UINT index,[in] LPOLESTR szName) |
| HRESULT | SetTypeDescAlias ([in] TYPEDESC *pTDescAlias) |
| HRESULT | DefineFuncAsDllEntry ([in] UINT index,[in] LPOLESTR szDllName,[in] LPOLESTR szProcName) |
| HRESULT | SetFuncDocString ([in] UINT index,[in] LPOLESTR szDocString) |
| HRESULT | SetVarDocString ([in] UINT index,[in] LPOLESTR szDocString) |
| HRESULT | SetFuncHelpContext ([in] UINT index,[in] DWORD dwHelpContext) |
| HRESULT | SetVarHelpContext ([in] UINT index,[in] DWORD dwHelpContext) |
| HRESULT | SetMops ([in] UINT index,[in] BSTR bstrMops) |
| HRESULT | SetTypeIdldesc ([in] IDLDESC *pIdlDesc) |
| HRESULT | LayOut () |
Definition at line 1359 of file oaidl.idl.