GetGuiType Function

GetGuiType palauttaa numeroarvon, jolla tunnistetaan graafinen kÀyttöliittymÀ.

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

Syntaksi:


GetGUIType()

Palautusarvo:

Integer-tyypin kokonaisluku

Palautusarvot:

1: Windows

4: UNIX

Esimerkki:


      Sub ExampleEnvironment
          MsgBox GetGUIType
      End Sub

Please support us!