CeSvcGetBinary
A version of this page is also available for
4/8/2010
This function retrieves a binary value from a registry subkey for a service.
Syntax
HRESULT CeSvcGetBinary(
HCESVC hSvc,
LPCTSTR pszValName,
LPBYTE pszVal,
LPDWORD pcbVal
);
Parameters
- hSvc
[in] Handle to a registry subkey for a service.
- pszValName
[in] Pointer to the name of the value to retrieve.
- pszVal
[out] Pointer to a buffer containing the value.
- pcbVal
[in, out] Pointer to the size, in bytes, of the buffer indicated by the pszVal parameter.
Return Value
Returns S_OK if the operation completed successfully. Otherwise, this function returns a Microsoft Win32 error code.
Remarks
This function is part of CEUTIL, a utility DLL for dealing with desktop registry entries for Windows Embedded CE. CEUTIL functions are for use by desktop applications that need to communicate remotely with Windows Embedded CE–based devices. These functions are not available to applications running on Windows Embedded CE–based devices.
Requirements
Header | ceutil.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |