CeSvcEnumProfiles (Windows Embedded CE 6.0)

1/6/2010

This function enumerates all the profiles currently stored in the registry for a service. It retrieves the partnership identifier and an open handle to the partnership key.

Syntax

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

Parameters

  • phSvc
    [out] Pointer to a handle to the registry subkey.
  • lProfileIndex
    [in] Index for the retrieved subkey. The application calling this function should initialize the index to zero and increment for each additional subkey.
  • plProfile
    [out] Pointer to a device identifier.

Return Value

Returns S_OK if the operation completed successfully. Otherwise, this function returns a Microsoft Win32 error code. In particular, when no more profiles can be found, the function returns ERROR_NO_MORE_ITEMS.

Remarks

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

Requirements

Header ceutil.h
Library coredll.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

ActiveSync Functions