INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- [ FUNCTION ] GetTypeAttr
-- ARGUMENTS:
-- [out][lcid] tagTYPEATTR * * ppTypeAttr
-- RETURN: HRESULT
-- [ FUNCTION ] GetTypeComp
-- ARGUMENTS:
-- [out][lcid] ITypeComp * * ppTComp
-- RETURN: HRESULT
-- [ FUNCTION ] GetFuncDesc
-- ARGUMENTS:
-- [in][lcid] unsigned int index
-- [out][lcid] tagFUNCDESC * * ppFuncDesc
-- RETURN: HRESULT
-- [ FUNCTION ] GetVarDesc
-- ARGUMENTS:
-- [in][lcid] unsigned int index
-- [out][lcid] tagVARDESC * * ppVarDesc
-- RETURN: HRESULT
-- [ FUNCTION ] GetNames
-- ARGUMENTS:
-- [in][lcid] int memid
-- [out][lcid] BSTR * rgBstrNames
-- [in][lcid] unsigned int cMaxNames
-- [out][lcid] unsigned int * pcNames
-- RETURN: HRESULT
-- [ FUNCTION ] GetRefTypeOfImplType
-- ARGUMENTS:
-- [in][lcid] unsigned int index
-- [out][lcid] unsigned int * pRefType
-- RETURN: HRESULT
-- [ FUNCTION ] GetImplTypeFlags
-- ARGUMENTS:
-- [in][lcid] unsigned int index
-- [out][lcid] int * pImplTypeFlags
-- RETURN: HRESULT
-- [ FUNCTION ] GetIDsOfNames
-- ARGUMENTS:
-- [in][lcid] LPWSTR * rgszNames
-- [in][lcid] unsigned int cNames
-- [out][lcid] int * pMemId
-- RETURN: HRESULT
-- [ FUNCTION ] Invoke
-- ARGUMENTS:
-- [in][lcid] void * pvInstance
-- [in][lcid] int memid
-- [in][lcid] unsigned short wFlags
-- [in][out][lcid] tagDISPPARAMS * pDispParams
-- [out][lcid] VARIANT * pVarResult
-- [out][lcid] tagEXCEPINFO * pExcepInfo
-- [out][lcid] unsigned int * puArgErr
-- RETURN: HRESULT
-- [ FUNCTION ] GetDocumentation
-- ARGUMENTS:
-- [in][lcid] int memid
-- [out][lcid] BSTR * pBstrName
-- [out][lcid] BSTR * pBstrDocString
-- [out][lcid] unsigned int * pdwHelpContext
-- [out][lcid] BSTR * pBstrHelpFile
-- RETURN: HRESULT
-- [ FUNCTION ] GetDllEntry
-- ARGUMENTS:
-- [in][lcid] int memid
-- [in][lcid] INVOKEKIND invkind
-- [out][lcid] BSTR * pBstrDllName
-- [out][lcid] BSTR * pBstrName
-- [out][lcid] unsigned short * pwOrdinal
-- RETURN: HRESULT
-- [ FUNCTION ] GetRefTypeInfo
-- ARGUMENTS:
-- [in][lcid] unsigned int hreftype
-- [out][lcid] ITypeInfo * * ppTInfo
-- RETURN: HRESULT
-- [ FUNCTION ] AddressOfMember
-- ARGUMENTS:
-- [in][lcid] int memid
-- [in][lcid] INVOKEKIND invkind
-- [out][lcid] void * * ppv
-- RETURN: HRESULT
-- [ FUNCTION ] CreateInstance
-- ARGUMENTS:
-- [in][lcid] IUnknown * pUnkOuter
-- [in][lcid] _GUID * riid
-- [out][lcid] void * * ppvObj
-- RETURN: HRESULT
-- [ FUNCTION ] GetMops
-- ARGUMENTS:
-- [in][lcid] int memid
-- [out][lcid] BSTR * pBstrMops
-- RETURN: HRESULT
-- [ FUNCTION ] GetContainingTypeLib
-- ARGUMENTS:
-- [out][lcid] ITypeLib * * ppTLib
-- [out][lcid] unsigned int * pIndex
-- RETURN: HRESULT
-- [ FUNCTION ] ReleaseTypeAttr
-- ARGUMENTS:
-- [in][lcid] tagTYPEATTR * pTypeAttr
-- RETURN: void
-- [ FUNCTION ] ReleaseFuncDesc
-- ARGUMENTS:
-- [in][lcid] tagFUNCDESC * pFuncDesc
-- RETURN: void
-- [ FUNCTION ] ReleaseVarDesc
-- ARGUMENTS:
-- [in][lcid] tagVARDESC * pVarDesc
-- RETURN: void
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |