|
VarPtr The VarPtr-function retrieves the memory handle of an object. VB4-32,5,6 Declare Function VarPtrAny Lib "vb40032.dll" Alias "VarPtr" (lpObject As Any) As Long |
Operating Systems Supported |
· lpObject Handle that identifies the object |
If the function succeeds, the return value is a pointer to the object. |
|
|
|