GetGuiType Function

返回一个数字值,用于指定图形用户界面。

This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.

语法:

GetGUIType()

返回值:

整数

返回值:

1:Windows

4:UNIX

示例:

Sub ExampleEnvironment

    MsgBox GetGUIType

End Sub