Reset method of the CIM_SCSIController class
The Reset method of the CIM_SCSIController 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 |
|
DLL |
|