DISK_DETECTION_INFO structure
Contains detected drive parameters.
Syntax
typedef struct _DISK_DETECTION_INFO { DWORD SizeOfDetectInfo; DETECTION_TYPE DetectionType; union { struct { DISK_INT13_INFO Int13; DISK_EX_INT13_INFO ExInt13; }; }; } DISK_DETECTION_INFO, *PDISK_DETECTION_INFO;
Members
- SizeOfDetectInfo
-
The size of the structure, in bytes.
- DetectionType
-
The detected partition type.
This member can be one of the following values from the DETECTION_TYPE enumeration.
- Int13
-
If DetectionType is DetectInt13, the union is a DISK_INT13_INFO structure.
- ExInt13
-
If DetectionType is DetectExInt13, the union is a DISK_EX_INT13_INFO structure.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013