source:
trunk/Include/Classes/ActiveBasic/Core/InterfaceInfo.ab@
456
Last change on this file since 456 was 354, checked in by , 17 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | Namespace ActiveBasic |
2 | Namespace Core |
3 | |
4 | |
5 | Class InterfaceInfo |
6 | __this As VoidPtr |
7 | __vtbl As VoidPtr |
8 | Public |
9 | Sub InterfaceInfo( pThis As VoidPtr, pVtbl As VoidPtr ) |
10 | __this = pThis |
11 | __vtbl = pVtbl |
12 | End Sub |
13 | End Class |
14 | |
15 | |
16 | End Namespace |
17 | End Namespace |
Note:
See TracBrowser
for help on using the repository browser.