CeSvcSetDword

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

Syntax

HRESULT CeSvcSetDword(
    HCESVC
hSvc,
    
LPCTSTR pszValName,
    
DWORD dwVal
);

Parameters

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

Return value

HRESULT
Standard Win32 error code.