Changeset 137 for Include/OAIdl.ab
- Timestamp:
- Mar 7, 2007, 5:36:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/OAIdl.ab
r77 r137 1401 1401 Function /* [local] */ GetContainingTypeLib( 1402 1402 /* [out] */ ByRef pTLib As *ITypeLib, 1403 /* [out] */ ByRef Index As UINT) As HRESULT1404 1405 Function /* [local] */ void STDMETHODCALLTYPEReleaseTypeAttr(1406 /* [in] */ pTypeAttr As *TYPEATTR) As HRESULT1407 1408 Function /* [local] */ void STDMETHODCALLTYPEReleaseFuncDesc(1409 /* [in] */ pFuncDesc As *FUNCDESC) As HRESULT1410 1411 Function /* [local] */ void STDMETHODCALLTYPEReleaseVarDesc(1412 /* [in] */ pVarDesc As *VARDESC) As HRESULT1403 /* [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) 1413 1413 End Interface 1414 1414 … … 1452 1452 /* [out] */ ByRef VarVal As VARIANT) As HRESULT 1453 1453 Function GetVarCustData( 1454 /* [in] */ UINT index,1454 /* [in] */ index As DWord, 1455 1455 /* [in] */ ByRef guid As GUID, 1456 1456 /* [out] */ ByRef VarVal As VARIANT) As HRESULT 1457 1457 Function GetImplTypeCustData( 1458 /* [in] */ UINT index,1458 /* [in] */ index As DWord, 1459 1459 /* [in] */ ByRef guid As GUID, 1460 1460 /* [out] */ ByRef VarVal As VARIANT) As HRESULT 1461 virtual /* [local] */ HRESULT STDMETHODCALLTYPEGetDocumentation2(1461 Function /* [local] */ GetDocumentation2( 1462 1462 /* [in] */ memid As MEMBERID, 1463 1463 /* [in] */ lcid As LCID,
Note:
See TracChangeset
for help on using the changeset viewer.