SECRegistry::DeleteValue
BOOLSECRegistry::DeleteValue(LPCTSTRlpszValueToDelete)
Deletes the named registry value of the current key.
Defined in: SECREG.CPP
Return Value
Nonzero if value was deleted, otherwise 0.
Parameters
lpszValueToDelete
Name of value to delete.
Comments
Deletes the named registry value of the current key of SECRegistry.
Developer Notes
For 32-bit only.
See Also