ActiveWindow/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „Delay in milliseconds before executing the command. It has no effect if Enabled=0.“)
 
(Není zobrazeno 16 mezilehlých verzí od jednoho dalšího uživatele.)
Řádek 9: Řádek 9:
 
'''Provides information about active window.'''
 
'''Provides information about active window.'''
  
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.
+
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 belong to this window and stores their values in the [[#processid-| ProcessId]] and [[#threadid-| ThreadId]] parameters.
  
 
== Input parameters ==
 
== Input parameters ==
Řádek 27: Řádek 27:
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Prodleva po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="title-"></span>
 
<span id="title-"></span>
 
=== Title ===
 
=== Title ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
[[Special:MyLanguage/Datové typy#String | String]] type
  
Titulek aktivního okna.
+
Active windows title.
  
 
<span id="handle-"></span>
 
<span id="handle-"></span>
 
=== Handle ===
 
=== Handle ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Handle aktivního okna.
+
Active windows handle.
  
 
<span id="processid-"></span>
 
<span id="processid-"></span>
 
=== ProcessId ===
 
=== ProcessId ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Identifikátor procesu aktivního okna.
+
Active window process identifier.
  
 
<span id="threadid-"></span>
 
<span id="threadid-"></span>
 
=== ThreadId ===
 
=== ThreadId ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
 +
 
 +
Active window thread identifier.
 +
 
 +
== See also ==
  
Identifikátor vlákna aktivního okna.
+
[[Special:MyLanguage/Příklady použití#ActiveWindow | Examples of use]]

Aktuální verze z 3. 2. 2021, 08:59

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 belong to this window and stores their values in the ProcessId and ThreadId parameters.

Input parameters

Enabled

Number type

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Number type

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Number type

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Output parameters

Title

String type

Active windows title.

Handle

Number type

Active windows handle.

ProcessId

Number type

Active window process identifier.

ThreadId

Number type

Active window thread identifier.

See also

Examples of use