Share via


IOCTL_CDROM_SEEK_AUDIO_MSF

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This IOCTL moves the heads to the specified minutes, seconds, and frames on the medium. The DeviceIoControl function processes this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_CDROM_SEEK_AUDIO_MSF.
  • lpInBuf
    [in] Set to NULL.
  • nInBufSize
    [in] Set to zero.
  • lpOutBuf
    [in] Set to NULL.
  • nOutBufSize
    [in] Set to zero.
  • lpBytesReturned
    [in] Set to NULL.

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To obtain extended error information, call GetLastError.

The sample Advanced Technology Attachment Packet Interface (ATAPI) drivers do not support this IOCTL.

Requirements

Header cdioctl.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DeviceIoControl

Other Resources

Block Drivers