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