// winioctl.h
typedef struct _FILE_SET_DEFECT_MGMT_BUFFER {
BOOLEAN Disable;
} FILE_SET_DEFECT_MGMT_BUFFER, *PFILE_SET_DEFECT_MGMT_BUFFER;
View the official Win32 API referenceNo description available.
Specifies the defect management state to be set.
DisableIf TRUE, indicates that defect management is disabled.