Collabora Office 24.04 Help
그래픽 사용자 인터페이스를 지정하는 숫자 값을 구합니다.
This function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.
GetGUIType()
Integer
1: Windows
4: UNIX
Sub ExampleEnvironment
MsgBox GetGUIType
End Sub