VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
And the VB equivalent... Rag on a Stick (3 replies, 0 views) (2001-Jul-4) Would be a long I guess:
Dim MyPointerToAPointer As Long
Dim MyPointer As Long
Dim MyByte As Byte
MyPointer = VarPtr(MyByte)
MyPointerToAPointer = VarPtr(MyPointer)
looks useful :)
|