CeSvcEnumProfiles

This function enumerates all subkeys underneath a given subkey.

Syntax

HRESULT CeSvcEnumProfiles( PHCESVC phSvc, DWORD plProfileIndex,
PDWORD plProfile );

Parameters

phSvc

[in] Pointer to a handle to a registry subkey.

lProfileIndex

[in] Index for subkey returned. Caller should initialize to 0 and increment for each additional subkey.

plProfile

[in] Pointer to a device identifier.

Return Values

HRESULT indicates success. A standard Win32 error code indicates failure.

Remarks

This function is part of CEUTIL, a utility DLL for dealing with desktop registry entries for Windows CE. CEUTIL functions are for use by desktop applications that need to communicate remotely with Windows CE–based devices. These functions are not available to applications running on Windows CE–based devices.