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.
HRESULT CeSvcGetString(
HCESVC hSvc,
LPTSTR pszValName,
LPTSTR pszVal,
DWORD cbVal
);