ResetCounter method of the CIM_DeviceErrorCounts class
The ResetCounter method resets the error and warning counters. A method is used so that the logical device's instrumentation, which tabulates the errors and warnings, can also reset its internal processing and counters. 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.
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 ResetCounter(
[in] uint16 SelectedCounter
);
Parameters
-
SelectedCounter [in]
-
Error counter to reset.
-
All (0)
-
Indeterminate Error Counter (1)
-
Critical Error Counter (2)
-
Major Error Counter (3)
-
Minor Error Counter (4)
-
Warning Counter (5)
Return value
Returns 0 (zero) if successful, 1 (one) if not supported, and any 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 |
|
DLL |
|