Manage Registry ActiveX Control - Attach method

The Attach method allows connecting to already open handle.  

Void Attach(
  LONG Handle // The name of the key
);


Parameters
  Name     [in] This is the full name of handle to connect to. For example: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\SW


See also
Detach method