GetGuiType Function
傳回指定圖形用戶介面的數值。
This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.
語法:
傳回值類型:
整型
傳回值:
1: Windows
4: UNIX
示例:
Sub ExampleEnvironment
MsgBox GetGUIType
End Sub