dahall/Vanara

missing definition for StorageDeviceSeekPenalty.

DexterWoo opened this issue · 1 comments

according to the defininition in MSDN: https://learn.microsoft.com/en-us/windows/win32/api/winioctl/ne-winioctl-storage_property_id

StorageDeviceSeekPenalty is missing in the enum. the corresponding type is DEVICE_SEEK_PENALTY_DESCRIPTOR.

[CorrespondingType(typeof(DEVICE_TRIM_DESCRIPTOR))]

[CorrespondingType(typeof(DEVICE_SEEK_PENALTY_DESCRIPTOR ))]
StorageDeviceSeekPenalty,

should be inserted there.

Fixed and committed. Will go out in next release.