Skip to content

Latest commit

 

History

History
148 lines (97 loc) · 3.44 KB

win32-autochksetting.md

File metadata and controls

148 lines (97 loc) · 3.44 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Win32\_AutochkSetting WMI class represents the settings for the autocheck operation of a disk.
637f4d5d-f2f0-4fe0-bbde-7804156979b7
multiple
Win32_AutochkSetting class
reference
05/31/2018
APIRef
kbSyntax
Win32_AutochkSetting
Win32_AutochkSetting.Caption
Win32_AutochkSetting.Description
Win32_AutochkSetting.SettingID
Win32_AutochkSetting.UserInputDelay
DllExport
CIMWin32.dll

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

[Dynamic, Provider("CIMWin32"), SupportsUpdate, AMENDMENT]
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 textual description of the current object.

This property is inherited from CIM_Setting.

Description

Data type: string

Access type: Read-only

Textual description of the current object.

This property is inherited from CIM_Setting.

SettingID

Data type: string

Access type: Read-only

Qualifiers: Override ("SettingId"), Key

An ID that is used as part of a key for the current object.

UserInputDelay

Data type: uint32

Access type: Read/write

Qualifiers: MappingStrings ("Win32Registry | HKLM\\CurrentControlSet\\Control\\Session Manager | AutoChkTimeOut"), Units ("seconds")

The user input delay for autocheck.

Remarks

The Win32_AutochkSetting class is derived from CIM_Setting.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Setting

Computer System Hardware Classes