CeSvcEnumProfiles
Enumerates all subkeys underneath a given subkey. This is part of CEUTIL, a utility dll for dealing with desktop registry entries for Windows CE.
Syntax
HRESULT CeSvcEnumProfiles(
PHCESVC phSvc,
DWORD plProfileIndex,
PDWORD plProfile
);
Parameters
- phSvc
- Pointer to a handle to a registry subkey.
- lProfileIndex
- Index for subkey returned. Caller should initialize to 0 and increment for each additional subkey.
- plProfile
- Pointer to a device ID.
Return value
- HRESULT
- Standard Win32 error code.