Expand Minimize
This topic has not yet been rated - Rate this topic

Win32_AutochkSetting class

The Win32_AutochkSetting WMI class represents the settings for the autocheck operation of a disk.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class Win32_AutochkSetting : CIM_Setting
{
  string Caption;
  string Description;
  string SettingID;
  uint32 UserInputDelay;
};

Members

The Win32_AutochkSetting class has these types of members:

Properties

The Win32_AutochkSetting class has these properties.

Caption
Data type: string
Access type: Read-only
Qualifiers: MaxLen (64)

Short description of the object. This property is inherited from CIM_Setting.

Description
Data type: string
Access type: Read-only

Description of the autocheck setting. This property is inherited from CIM_Setting.

SettingID
Data type: string
Access type: Read-only
Qualifiers: MaxLen (256) , Key

Date and time when the object was installed. This property does not require a value to indicate that the object is installed. This property is inherited from CIM_Setting.

UserInputDelay
Data type: uint32
Access type: Read/write
Qualifiers: Units (Seconds)

User input delay for autocheck.

Remarks

The Win32_AutochkSetting class is derived from CIM_Setting.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

See also

Computer System Hardware Classes

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.