Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 2.3 KB

reset-method-in-class-cim-parallelcontroller.md

File metadata and controls

81 lines (46 loc) · 2.3 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Reset method of the CIM\_ParallelController class requests a reset of the logical device.
7cdd46b5-b054-4322-bb05-dd9fd6d54f13
multiple
Reset method of the CIM_ParallelController class
reference
05/31/2018
APIRef
kbSyntax
CIM_ParallelController.Reset
COM
CIMWin32.dll

Reset method of the CIM_ParallelController class

The Reset method of the CIM_ParallelController class requests a reset of the logical device. This method is inherited from CIM_LogicalDevice.

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.

Syntax

uint32 Reset();

Parameters

This method has no parameters.

Return value

Returns 0 (zero) if the request was successfully executed, 1 (one) if the request is not supported, and some other value if an error occurred.

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_ParallelController

CIM_ParallelController