CLUS_CHKDSK_INFO structure (clusapi.h)

Represents information about a Chkdsk operation.

Syntax

typedef struct _CLUS_CHKDSK_INFO {
  DWORD     PartitionNumber;
  DWORD     ChkdskState;
  DWORD     FileIdCount;
  ULONGLONG FileIdList[1];
} CLUS_CHKDSK_INFO, *PCLUS_CHKDSK_INFO;

Members

PartitionNumber

The ID of the partition on which the Chkdsk operation is being performed.

ChkdskState

The state of the Chkdsk operation.

FileIdCount

The number of files that were identified by the Chkdsk operation.

FileIdList[1]

A list of file IDs that were identified by the Chkdsk operation.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Header clusapi.h

See also

Data structures