CeSvcRemove (Windows CE 5.0)
This function removes a service.
HRESULT CeSvcRemove( LPTSTR pszSvcName,LPTSTR pszSvcClass,DWORD dwSvcFlags);
Parameters
- pszSvcName
[in] Pointer to a service name. Can be NULL. - pszSvcClass
[in] Pointer to the service class. Can be NULL. - dwSvcFlags
[in] Flags defining the service. Can be NULL.
Return Values
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 CE. CEUTIL functions are for use by desktop applications that need to communicate remotely with Windows CE–based devices. These functions are not available to applications running on Windows CE–based devices.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Ceutil.h.
Link Library: Coredll.lib.
Send Feedback on this topic to the authors