Share via


SaveProperties method of the CIM_LogicalDevice class

Note

This method is deprecated. Instead we recommend that you use the ConfigurationInformation property of the CIM_ConfigurationData class.

Saves the configuration and state of the sensor.

This method is inherited from CIM_LogicalDevice.

Syntax

uint32 SaveProperties();

Parameters

This method has no parameters.

Return value

A return code that indicates whether the operation completed successfully.

0

The operation completed successfully.

1

The operation was not completed because it is not supported.

3 ...

The operation was not completed because an error occurred.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\Hardware
MOF
IpmiPrv.mof
DLL
IpmiPrv.dll

See also

CIM_LogicalDevice