IOCTL_CDROM_TEST_UNIT_READY (Windows CE 5.0)

Send Feedback

This IOCTL retrieves disc ready information and fills the CDROM_TESTUNITREADY structure. The DeviceIoControl function processes this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_CDROM_TEST_UNIT_READY to retrieve disc ready information and fill the CDROM_TESTUNITREADY structure.
  • lpInBuf
    [in] Set to NULL.
  • nInBufSize
    [in] Set to zero.
  • lpOutBuf
    [in, out] On input, set to the address of an allocated CDROM_TESTUNITREADY structure. This is the memory needed for the structure and info storage. On output, a filled CDROM_TESTUNITREADY structure.
  • nOutBufSize
    [in] Set to the size of the CDROM_TESTUNITREADY.
  • lpBytesReturned
    [in, out] On input, address of a DWORD that receives the size in bytes of the data returned. On output, set to the number of bytes written to the supplied buffer.

Return Values

If the unit is ready, returns TRUE. The bUnitReady member of CDROM_TESTUNITREADY is set to TRUE.

If the unit is not ready, returns FALSE and GetLastError returns ERROR_NOT_READY.

Requirements

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

See Also

Block Drivers | CDROM_TESTUNITREADY | DeviceIoControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.