msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DEVICEPARAMETERBLOCK (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _DEVICEPARAMETERBLOCK {    /* dvpblck */
    USHORT reserved1;
    USHORT cCylinders;
    USHORT cHeads;
    USHORT cSectorsPerTrack;
    USHORT reserved2;
    USHORT reserved3;
    USHORT reserved4;
    USHORT reserved5;
} DEVICEPARAMETERBLOCK;
 
The DEVICEPARAMETERBLOCK structure contains device parameters for the
physical disk.
 
Field                Description
────────────────────────────────────────────────────────────────────────────
 
reserved1            Specifies a reserved value; must be zero.
 
cCylinders           Specifies the number of cylinders on the physical
                     device.
 
cHeads               Specifies the number of heads on the physical device.
 
cSectorsPerTrack     Specifies the number of sectors per track on the
                     physical device.
 
reserved2-reserved5  Specifies a reserved value; must be zero.
 
See Also
 
PDSK_GETPHYSDEVICEPARAMS