ActiveWindow/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „'''Provides information about active window.'''“)
(Založena nová stránka s textem „Detects the header and handle of the window in the foreground and saves this information into the Title and Handle parameters. I…“)
Řádek 9: Řádek 9:
 
'''Provides information about active window.'''
 
'''Provides information about active window.'''
  
Zjistí titulek a handle okna v popředí a uloží tyto informace do parametrů [[#title-| Title]] a [[#handle-| Handle]]. Dále získá identifikátor procesu a vlákna, které přísluší tomuto oknu a uloží jejich hodnoty do parametrů [[#processid-| ProcessId]] a [[#threadid-| ThreadId]].
+
Detects the header and handle of the window in the foreground and saves this information into the [[#title-| Title]] and [[#handle-| Handle]] parameters. It also obtains the process and thread identifiers that belongs to this window and stores their values in the [[#processid-| ProcessId]] and [[#threadid-| ThreadId]] parameters.
  
 
== Vstupní parametry ==
 
== Vstupní parametry ==

Verze z 7. 7. 2020, 13:41

Jiné jazyky:
English • ‎čeština

Description

Alias: AW

Provides information about active window.

Detects the header and handle of the window in the foreground and saves this information into the Title and Handle parameters. It also obtains the process and thread identifiers that belongs to this window and stores their values in the ProcessId and ThreadId parameters.

Vstupní parametry

Enabled

Typ Number

Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.

PreWait

Typ Number

Prodleva před provedením příkazu. Nemá žádný vliv je-li Enabled=0.

PostWait

Typ Number

Prodleva po provedení příkazu. Nemá žádný vliv je-li Enabled=0.

Výstupní parametry

Title

Typ String

Titulek aktivního okna.

Handle

Typ Number

Handle aktivního okna.

ProcessId

Typ Number

Identifikátor procesu aktivního okna.

ThreadId

Typ Number

Identifikátor vlákna aktivního okna.