The CeRegEnumKeyEx function enumerates subkeys of the specified open registry key. CeRegEnumKeyEx retrieves information about one subkey each time it is called; it retrieves the class name of the subkey and the time it was last modified. This is the RAPI version of the RegEnumKeyEx function.
LONG CeRegEnumKeyEx(HKEY hKey, DWORD dwIndex, LPWSTR lpszName, LPDWORD lpcchName, LPDWORD lpReserved, LPWSTR lpszClass, LPDWORD lpcchClass, PFILETIME lpftLastWrite);
Header file: | Rapi.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
When writing applications for Windows CE versions 1.0 and 1.01, use the PegRegEnumKeyEx function.
For more information about using RAPI functions, see Invoking Functions from a Desktop Computer.