CeSvcSetString

This function writes a string value to a registry subkey.

Syntax

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

Parameters

hSvc

[in] Handle to a registry subkey.

pszValName

[in] Pointer to a null-terminated string that contains the name of the value.

pszVal

[in] Pointer to a null-terminated string that contains data to be written.

Return Values

HRESULT indicates success. A standard Win32 error code indicates failure.

Remarks

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