Changeset 186
- Timestamp:
- Mar 28, 2007, 3:40:56 AM (18 years ago)
- Location:
- Include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/TypeInfo.ab
r169 r186 41 41 strNamespace As String 42 42 43 baseType As Type 43 baseType As TypeInfo 44 44 'interfaces As f(^^;;; 45 45 -
Include/OAIdl.ab
r172 r186 764 764 dwHelpContext As DWord 765 765 pvReserved As VoidPtr 766 pfnDeferredFillIn =*Function(p As *EXCEPINFO) As HRESULT766 pfnDeferredFillIn As *Function(p As *EXCEPINFO) As HRESULT 767 767 scode As SCODE 768 768 End Type -
Include/com/vbobject.ab
r180 r186 88 88 End Sub 89 89 90 Sub Detach() As *IDispatch90 Sub Detach() 91 91 VBObject.Move(Detach, pdisp) 92 92 End Sub -
Include/ole2.ab
r172 r186 189 189 Declare Function OleSave Lib "ole32.dll" (/*IN*/ ByVal pPS As *IPersistStorage, /*IN*/ ByVal pStg As *IStorage, /*IN*/ fSameAsLoad As BOOL) As HRESULT 190 190 191 Declare Function OleLoadFromStream Lib "ole32.dll" ( /*IN*/ ByVal pStm As IStream, /*IN*/ ByRef iidInterface As IID, /*OUT*/ ByRef ppvObj As Any) As HRESULT192 Declare Function OleSaveToStream Lib "ole32.dll" ( /*IN*/ ByVal pPStm As *IPersistStream, /*IN*/ ByVal pStm As IStream) As HRESULT191 Declare Function OleLoadFromStream Lib "ole32.dll" ( /*IN*/ ByVal pStm As *IStream, /*IN*/ ByRef iidInterface As IID, /*OUT*/ ByRef ppvObj As Any) As HRESULT 192 Declare Function OleSaveToStream Lib "ole32.dll" ( /*IN*/ ByVal pPStm As *IPersistStream, /*IN*/ ByVal pStm As *IStream) As HRESULT 193 193 194 194 … … 244 244 /*IN*/ ByRef rcBounds As RECT) As HRESULT 245 245 246 Declare Function OleRun Lib "ole32.dll" (/*IN*/ ByVal pUnknown As IUnknown) As HRESULT246 Declare Function OleRun Lib "ole32.dll" (/*IN*/ ByVal pUnknown As *IUnknown) As HRESULT 247 247 Declare Function OleIsRunning Lib "ole32.dll" (/*IN*/ ByVal pObject As *IOleObject) As BOOL 248 248 Declare Function OleLockRunning Lib "ole32.dll" (/*IN*/ ByVal pUnknown As *IUnknown, /*IN*/ ByVal fLock As BOOL, /*IN*/ ByVal fLastUnlockCloses As BOOL) As HRESULT
Note:
See TracChangeset
for help on using the changeset viewer.