meta data for this page
ibec_reg_Open
ibec_reg_Open instantiates a registry object.
Syntax
function ibec_reg_Open(RootKey : HKEY; Access : LongWord) : variant;
Parameters
RootKey determines the hierarchy of sub-keys an application can access. Possible values are __HKEY_CLASSES_ROOT, __HKEY_CURRENT_USER, __HKEY_LOCAL_MACHINE, __HKEY_USERS and __HKEY_CURRENT_CONFIG.
Access determines the level of security access to use when opening keys; it is currently ignored when KEY_ALL_ACCESS is used.