Is64Bit 判断64位系统
判断当前系统是否是64位操作系统
布尔型:True是或False否

iBit = Plugin.SysEx.Is64Bit()
If iBit = True Then
    Msgbox "当前为64位操作系统"
End If