CeSvcDeleteVal

Removes a named value from the specified registry key. This is part of CEUTIL, a utility dll for dealing with desktop registry entries for Windows CE.

Syntax

HRESULT CeSvcDeleteVal(
    HCESVC
hSvc,
    
LPCTSTR pszValName
);

Parameters

hSvc
Handle to a registry subkey.
pszValName
Name of value to delete.

Return value

HRESULT
Standard Win32 error code.