CeSvcClose

The CeSvcClose function closes a handle previously returned by CeSvcOpen or CeSvcOpenEx.

Syntax

HRESULT CeSvcClose (
  HCESVC hSvc 
);

Parameters

  • hSvc
    [in] Specifies a handle to a registry subkey; can be NULL.

Return Values

This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The function completed successfully.

Remarks

This function is part of Windows CE 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.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: ceutil.h
Library: ceutil.lib

See Also

ActiveSync API Functions

CeSvcOpen

CeSvcOpenEx

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.