A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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
Visual Basic Runtimes

Library
Vb40032

Parameter Information
- lpObject
Handle that identifies the object

Return Values
If the function succeeds, the return value is a pointer to the object.

Last update: 07 April 2006