CeSvcClose

Closes a handle previously returned by CeSvcOpen or CeSvcOpenEx. This is part of CEUTIL, a utility dll for dealing with desktop registry entries for Windows CE.

Syntax

HRESULT CeSvcClose(
    HCESVC
hSvc
);

Parameters

hSvc
Handle to a registry subkey, obtained via a call to CeSvcOpen or CeSvcOpenEx. Can be NULL.

Return value

HRESULT
Standard Win32 error code.