MrUnleaded Site Admin
Joined: 21 Sep 2002 Posts: 385 Location: California
|
Posted: Fri Dec 13, 2002 7:51 am
Post subject: EventLink
|
|
Parent:
Event Pointer
Optional Object Info -> aEventLinkArray
Code: | Private Type tEventLink
Const1 As Integer ' 0x00 (0d)
CompileType As Byte ' 0x02 (2d)
aEvent As Long ' 0x03 (3d)
PushCmd as Byte ' 0x07 (7d)
PushAddress as Long ' 0x08 (8d)
Const as Byte ' 0x0C (12d)
' 0x0D (13d) <-- Structure Size
End Type |
Related Items:
aEvent -> Code Info _________________ -MrU
Last edited by MrUnleaded on Mon Aug 02, 2004 7:20 pm; edited 1 time in total
|
|