ResUtilStopResourceService function (resapi.h)

Stops a named service. The PRESUTIL_STOP_RESOURCE_SERVICE type defines a pointer to this function.

Syntax

DWORD ResUtilStopResourceService(
  [in] LPCWSTR pszServiceName
);

Parameters

[in] pszServiceName

Null-terminated Unicode string containing the name of the service to stop.

Return value

If the operation succeeds, the function returns ERROR_SUCCESS.

If the operation fails, the function returns a system error code. The following is a possible error code.

Return code Description
ERROR_TIMEOUT
Service did not stop after a reasonable number of retries.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Target Platform Windows
Header resapi.h
Library ResUtils.lib
DLL ResUtils.dll

See also

ResUtilStartResourceService