Share via


CDROM_READ (Windows CE 5.0)

Send Feedback

This structure contains information on where to start reading information from the CD-ROM.

typedef structCDROM_READ{ CDROM_ADDRStartAddr; DWORDTransferLength; BOOLbRawMode; TRACK_MODE_TYPETrackMode; DWORDsgcount; SGX_BUFsglist[1]; } CDROM_READ, *PCDROM_READ;

Members

  • StartAddr
    Contains the sector number from which to read.
  • TransferLength
    Contains the number of blocks to read.
  • bRawMode
    Flag to set RawMode.
  • TrackMode
    Only used if bRawMode is TRUE.
  • sgcount
    The number of scatter/gather buffers.
  • sglist
    Contains the first scatter/gather buffer.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cdioctl.h.

See Also

Block Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.