WriteIntegertoRegistry
Zapíše celé číslo do registrů
declare procedure WriteIntegertoRegistry dll "ActualDocument" (string, string, string, string) WriteIntegertoRegistry("HKEY_LOCAL_MACHINE", "\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\excel.exe", "count", Value)
WriteIntegertoRegistry(Root, Path, Key, Value)
Parametry
- Root
 - 
Typ: string
Název sekce.
 - Path
 - 
Typ: string
Cesta v registrech.
 - Key
 - 
Typ: string
Jméno klíče.
 - Value
 - 
Typ: string
Hodnota klíče.
 
Popis
Procedura zapíše celé číslo do registrů.Ukázky volání
- 
WriteIntegertoRegistry("HKEY_LOCAL_MACHINE", "\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\excel.exe", "count", Value)
 
Dokumentace enTeam