Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.26 KB

ne-ufs-ufs_purge_status.md

File metadata and controls

87 lines (65 loc) · 2.26 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:ufs.UFS_PURGE_STATUS
UFS_PURGE_STATUS (ufs.h)
Specifies the current status of a purge operation.
storage\ufs_purge_status.htm
storage
03/29/2018
UFS_PURGE_STATUS enumeration
UFS_PURGE_STATUS, UFS_PURGE_STATUS enumeration [Storage Devices], UFS_PurgeStatusFailure, UFS_PurgeStatusIdle, UFS_PurgeStatusInProgress, UFS_PurgeStatusInterrupted, UFS_PurgeStatusQueueNotEmpty, UFS_PurgeStatusSuccess, storage.ufs_purge_status, ufs/UFS_PURGE_STATUS, ufs/UFS_PurgeStatusFailure, ufs/UFS_PurgeStatusIdle, ufs/UFS_PurgeStatusInProgress, ufs/UFS_PurgeStatusInterrupted, ufs/UFS_PurgeStatusQueueNotEmpty, ufs/UFS_PurgeStatusSuccess
ufs.h
Windows
Windows
UFS_PURGE_STATUS
UFS_PURGE_STATUS
ufs/UFS_PURGE_STATUS
APIRef
kbSyntax
HeaderDef
Ufs.h
UFS_PURGE_STATUS

UFS_PURGE_STATUS enumeration

-description

Specifies the current status of a purge operation.

-enum-fields

-field UFS_PurgeStatusIdle

The status of the purge operation has already been read but was not returned.

-field UFS_PurgeStatusInProgress

The purge operation is currently in progress.

-field UFS_PurgeStatusInterrupted

The current purge operation was interrupted.

-field UFS_PurgeStatusSuccess

The current purge operation was successful.

-field UFS_PurgeStatusQueueNotEmpty

The current purge operation failed due to the logical queue being not empty.

-field UFS_PurgeStatusFailure

The current purge operation failed.

-remarks

When the UFS_PURGE_STATUS is equal to the values 2, 3, 4, or 5, the UFS_PURGE_STATUS is automatically cleared to UFS_PurgeStatusIdle the first time that it is read.

-see-also

UFS_ATTRIBUTES_DESCRIPTOR