 |
CeRegOpenKeyEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function opens the specified key. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LONG CeRegOpenKeyEx(
HKEY hKey,
LPCWSTR lpszSubKey,
DWORD ulOptions,
REGSAM samDesired,
PHKEY phkResult
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeRegOpenKeyEx IN rapi;
INTEGER hKey,;
STRING lpszSubKey,;
INTEGER ulOptions,;
INTEGER samDesired,;
INTEGER @ phkResult
|
 |
 |
 |
| Parameters: |
 |
hKey
[in] Handle to a currently open key or any of the predefined reserved handle values
lpszSubKey
[in] Pointer to a null-terminated string containing the name of the subkey to open.
ulOptions
[in] Reserved; set to 0.
samDesired
[in] Not supported; set to 0.
phkResult
[out] Pointer to a variable that receives a handle to the opened key. |
 |
 |
| Return value: |
 |
| ERROR_SUCCESS (0) indicates success. |
 |
 |
| My comment: |
 |
When you no longer need the returned handle, call the CeRegCloseKey function to close it.
|
 |
 |
| Word Index links for the CeRegOpenKeyEx : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-21 20:22:01 | | Modified: | 2004-06-21 20:24:49 | Visited in last 7 days: 17 |