 |
SHEnumKeyEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Enumerates the subkeys of the specified open registry key. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD SHEnumKeyEx(
HKEY hkey,
DWORD dwIndex,
LPTSTR pszName,
LPDWORD pcchName
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SHEnumKeyEx IN shlwapi;
INTEGER hkey,;
INTEGER dwIndex,;
STRING @ pszName,;
INTEGER @ pcchName
|
 |
 |
 |
| Parameters: |
 |
hkey
Handle to the currently open key, or a predefined value.
dwIndex
Index of the subkey to retrieve. This parameter should be zero for the first call and incremented for subsequent calls.
pszName
Address of a character buffer that receives the enumerated key name.
pcchName
Address of a DWORD that, on entry, contains the size of the buffer at pszName. On exit, this contains the number of characters that were copied to pszName. |
 |
 |
| Return value: |
 |
| Returns 0 (ERROR_SUCCESS) if successful, or a nonzero error code otherwise. |
 |
 |
| Word Index links for the SHEnumKeyEx : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-03 12:00:00 | | Modified: | 2001-11-26 16:03:32 | Visited in last 7 days: 19 |