GetGuiType Function

Zwraca wartość numeryczną określającą graficzny interfejs użytkownika.

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

Składnia:

GetGUIType()

Zwracana wartość:

Liczba całkowita

Zwracane wartości:

1: Windows

4: UNIX

Przykład:

Sub ExampleEnvironment

    MsgBox GetGUIType

End Sub