RegistryItem.KeyType Method

Returns an Integer. Returns the key type for the key located at the index.

Syntax

RegistryItem.KeyType Index


Parameters

Index

Integer


Possible values are:

Unsupported key = -1,

REG_SZ and REG_EXPAND_SZ = 0,

REG_DWORD = 1,

REG_BINARY = 2,

REG_MULTI_SZ = 3