Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 2.71 KB

startservice-method-in-class-cim-clusteringservice.md

File metadata and controls

78 lines (47 loc) · 2.71 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
StartService method of the CIM_ClusteringService class - The StartService method puts the service in a started state.
2efd2a06-a03c-4f4c-b2fa-889f84faac0f
multiple
StartService method of the CIM_ClusteringService class
reference
05/31/2018
APIRef
kbSyntax
CIM_ClusteringService.StartService
COM
CIMWin32.dll

StartService method of the CIM_ClusteringService class

The StartService method puts the service in a started state. In a subclass, the set of possible return codes can be specified using a ValueMap qualifier on the method. The strings to which the ValueMap contents are translated can also be specified in the subclass as a Values array qualifier. This method is inherited from CIM_Service.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.

Syntax

uint32 StartService();

Parameters

This method has no parameters.

Return value

Returns a value of 0 (zero) if the service was successfully started, 1 (one) if the request is not supported, and any other number to indicate an error.

Remarks

This method is currently not implemented by WMI. To use this method, you must implement it in your own provider.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_ClusteringService

CIM_ClusteringService