CeSvcSetBinary

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

Syntax

HRESULT CeSvcSetBinary(
    HCESVC
hSvc,
    
LPCTSTR pszValName,
    
LPBYTE lpData,
    
DWORD cbVal
);

Parameters

hSvc
Handle to a registry subkey.
pszValName
Name of value.
lpData
Address of binary data to be written.
cbVal
Size of binary data.

Return value

HRESULT
Standard Win32 error code.