source: trunk/Include/Classes/ActiveBasic/Core/InterfaceInfo.ab@ 354

Last change on this file since 354 was 354, checked in by dai, 17 years ago

InterfaceInfoクラスの内容を修正。
デバッグ実行のショートカットキーをF5に変更。

File size: 261 bytes
Line 
1Namespace ActiveBasic
2Namespace Core
3
4
5Class InterfaceInfo
6 __this As VoidPtr
7 __vtbl As VoidPtr
8Public
9 Sub InterfaceInfo( pThis As VoidPtr, pVtbl As VoidPtr )
10 __this = pThis
11 __vtbl = pVtbl
12 End Sub
13End Class
14
15
16End Namespace
17End Namespace
Note: See TracBrowser for help on using the repository browser.