CeSvcSetString

Writes a string value to a registry subkey. This is part of CEUTIL, a utility dll for dealing with desktop registry entries for Windows CE.

Syntax

HRESULT CeSvcSetString(
    HCESVC
hSvc,
    
LPCTSTR pszValName,
    
LPTSTR pszVal
);

Parameters

hSvc
Handle to a registry subkey.
pszValName
Name of value.
pszVal
Data to be written.

Return value

HRESULT
Standard Win32 error code.