CdlLOC

CD-ROM location

typedef struct {
        u_char minute;
        u_char second;
        u_char sector;
        u_char track;
} CdlLOC;

Members

minute Minute
second Second
sector Sector
track Track number

Explanation

CDILOC holds information that describes a physical location on the CD-ROM.

Notes

The track member is not currently supported.