CeSvcGetString

Reads a string value from a registry subkey and copies the data into a buffer. This is part of CEUTIL, a utility dll for dealing with desktop registry entries for Windows CE.

Syntax

HRESULT CeSvcGetString(
    HCESVC
hSvc,
    
LPTSTR pszValName,
    
LPTSTR pszVal,
    
DWORD cbVal
);

Parameters

hSvc
Handle to a registry subkey.
pszValName
Name of value.
pszVal
Address of buffer for read data.
cbVal
Size of buffer.

Return value

HRESULT
Standard Win32 error code.