转换一个表达式到指针变量.
Ptr ( 表达式 )
Local $var = Ptr(-1) ;$var is the ptr type MsgBox(0, $var, "IsPtr()=" & IsPtr($var))