從登錄值或 ini 檔案中刪除機碼及其所有值與子機碼。 如果刪除機碼時發生問題則傳回「假」。 如果機碼不存在,它會傳回「真」。 如果是 ini 檔案的路徑,則會刪除 ini 檔案中的所有區段。
機碼路徑 (字串值)
DeleteKey( "HKCU\\Software\\MyApp"); DeleteKey( "c:\\windows\\test.ini\\Keyname"); /* 刪除所有機碼 */ DeleteKey( "c:\\windows\\test.ini");
Copyright © 2014 CA Technologies.
All rights reserved.
|
|