BroadcastReset method of the CIM_ProtocolEndpoint class

Send a broadcast reset. A broadcast reset is a request that peers perform a reset. Examples include a parallel SCSI Bus Reset and a Fibre Channel LIP.

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 BroadcastReset();

Parameters

This method has no parameters.

Return value

This method returns one of the following values.

Success (0)

Not_Supported (1)

Unspecified Error (2)

Timeout (3)

Failed (4)

DMTF_Reserved (5..0x0FFF)

Method_Reserved (0x1000..0x7777)

Vendor_Reserved (0x8000.. )

Requirements

Namespace

Root\CIMV2

See also

CIM_ProtocolEndpoint