 |
CeRegDeleteValue ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function removes a named value from the specified registry key. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LONG CeRegDeleteValue(
HKEY hKey,
LPCWSTR lpszValueName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeRegDeleteValue IN rapi;
INTEGER hKey,;
STRING lpszValueName
|
 |
 |
 |
| Parameters: |
 |
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. |
 |
 |
| Return value: |
 |
| ERROR_SUCCESS indicates success. |
 |
 |
| My comment: |
 |
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.
|
 |
 |
| Word Index links for the CeRegDeleteValue : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-28 14:21:41 | | Modified: | 2004-06-28 14:23:47 | Visited in last 7 days: 11 |