VBGamer |
|||||||||||||||||||||||||||
RE: Pointers in VB? David Goodlad (1 reply, 0 views) (2000-Jun-25) VarPtr is an undocumented function internal to VB which gets you the pointer to a variable... I don't think it can really be *that* useful in VB since there's no real easy way to actually USE the pointer (ie: you can't do *Ptr = 15), it's mainly used for passing a pointer to a variable used in API calls that need it.
David
|