Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with the System Registry
LONG CeRegDeleteValue(
HKEY hKey,
LPCWSTR lpszValueName
);
DECLARE INTEGER CeRegDeleteValue IN rapi;
INTEGER hKey,;
STRING lpszValueName
hKey [in] Handle to a currently open key or any of the predefined reserved handle values.
lpszValueName [in] Pointer to a null-terminated string that names the value to remove.
ERROR_SUCCESS indicates success.
If lpszValueName parameter is NULL or points to an empty string, the default value of the key is removed. A default value is created by calling CeRegSetValueEx (RAPI) with a NULL or empty string value name.