语法
表达式.HinstancePtr
表达式 一个代表 Application 对象的变量。
示例
在此示例中,消息框为用户显示了 ET 实例句柄。
function CheckHinstance(){ MsgBox(Application.HinstancePtr) }