Deletes a value from the registry or ini files. Returns False if there were problems deleting the value. If the value does not exist, it returns True.
The Key path (string value)
The Value Name (string value)
DeleteValue( "HKCU\\Software\\MyApp", "SomeValue");
DeleteValue( "c:\\windows\\win.ini\", "SomeValue");
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|