RegDBGetKeyValueEx
从注册表的一项中检索一个值。if (RegDBGetKeyValueEx (szStrName, "Path", nvType, svStrValue, nvSize) < 0) then
      MessageBox ("Failed to get application information value.");
      abort;
   end if