Changeset 137 for Include/OAIdl.ab


Ignore:
Timestamp:
Mar 7, 2007, 5:36:31 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

#55#73#75とりあえず完了

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/OAIdl.ab

    r77 r137  
    14011401    Function /* [local] */ GetContainingTypeLib(
    14021402        /* [out] */ ByRef pTLib As *ITypeLib,
    1403         /* [out] */ ByRef Index As UINT) As HRESULT
    1404 
    1405     Function /* [local] */ void STDMETHODCALLTYPE ReleaseTypeAttr(
    1406         /* [in] */ pTypeAttr As *TYPEATTR) As HRESULT
    1407 
    1408     Function /* [local] */ void STDMETHODCALLTYPE ReleaseFuncDesc(
    1409         /* [in] */ pFuncDesc As *FUNCDESC) As HRESULT
    1410 
    1411     Function /* [local] */ void STDMETHODCALLTYPE ReleaseVarDesc(
    1412         /* [in] */ pVarDesc As *VARDESC) As HRESULT
     1403        /* [out] */ ByRef Index As DWord) As HRESULT
     1404
     1405    Sub /* [local] */ ReleaseTypeAttr(
     1406        /* [in] */ pTypeAttr As *TYPEATTR)
     1407
     1408    Sub /* [local] */ ReleaseFuncDesc(
     1409        /* [in] */ pFuncDesc As *FUNCDESC)
     1410
     1411    Sub /* [local] */ ReleaseVarDesc(
     1412        /* [in] */ pVarDesc As *VARDESC)
    14131413End Interface
    14141414
     
    14521452        /* [out] */ ByRef VarVal As VARIANT) As HRESULT
    14531453    Function GetVarCustData(
    1454         /* [in] */ UINT index,
     1454        /* [in] */ index As DWord,
    14551455        /* [in] */ ByRef guid As GUID,
    14561456        /* [out] */ ByRef VarVal As VARIANT) As HRESULT
    14571457    Function GetImplTypeCustData(
    1458         /* [in] */ UINT index,
     1458        /* [in] */ index As DWord,
    14591459        /* [in] */ ByRef guid As GUID,
    14601460        /* [out] */ ByRef VarVal As VARIANT) As HRESULT
    1461     virtual /* [local] */ HRESULT STDMETHODCALLTYPE GetDocumentation2(
     1461    Function /* [local] */ GetDocumentation2(
    14621462        /* [in] */ memid As MEMBERID,
    14631463        /* [in] */ lcid As LCID,
Note: See TracChangeset for help on using the changeset viewer.