GetGuiType Function

κ·Έλž˜ν”½ μ‚¬μš©μž μΈν„°νŽ˜μ΄μŠ€λ₯Ό μ§€μ •ν•˜λŠ” 숫자 값을 κ΅¬ν•©λ‹ˆλ‹€.

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