[Windows 95 only.]
The equivalent of the DEVICEPARAMS structure, but includes FAT32 specific information. This structure is implemented in Windows OEM Service Release 2 and later.
EA_DEVICEPARAMETERS STRUC
EDP_SPECIALFUNCTIONS DB ?
EDP_DEVICETYPE DB ?
EDP_DEVICEATTRIBUTES DW ?
EDP_CYLINDERS DW ?
EDP_MEDIATYPE DB ?
EDP_BPB DB SIZE A_BF_BPB DUP (?)
EDP_RESERVED1 DB 32 DUP (?)
EDP_TRACKTABLEENTRIES DW ?
EDP_SECTORTABLE DB MAX_SECTORS_IN_TRACK * SIZE A_SECTORTABLE DUP (?)
EA_DEVICEPARAMETERS ENDS
This structure is identical to DEVICEPARAMS, but includes a FAT32 BPB instead of a standard BPB, followed by a 32 byte reserved field.