CeSvcGetDword

Reads a DWORD value from a registry key 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 CeSvcGetDword(
    HCESVC
hSvc,
    
LPCTSTR pszValName,
    
LPDWORD pdwVal
);

Parameters

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

Return value

HRESULT
Standard Win32 error code.