|
| KiXtart 2001 Manual |
ReadType( )
| Action: | Returns
the ASCII representation of a registry entry data type (for example, REG_SZ). |
||||
| Syntax: | READTYPE
("subkey", "entry") |
||||
| Parameters: |
Subkey
Entry
|
||||
| Returns: |
The following data types can be returned: |
||||
| See Also: |
AddKey(
), DelKey( ),
DelTree( ), ReadValue( ),
WriteValue( ) |
||||
| Example: |
$RowsType
= ReadType( "HKEY_CURRENT_USER\Console\Configuration", "WindowRows") |