IOCTL_DVD_GET_REGION (Windows CE 5.0)

Send Feedback

This IOCTL returns DVD disk and drive regions.

Parameters

  • hDevice
    [in] Set to a handle to a block device.
  • dwIoControlCode
    [in] Specifies this IOCTL.
  • lpInBuffer
    Not used.
  • nInBufferSize
    Not used.
  • lpOutBuffer
    [out] Pointer to a DVD_REGIONCE structure.
  • nOutBufferSize
    Not used.
  • lpBytesReturned
    Not used.
  • lpOverlapped
    Not used.

Return Values

Returns TRUE on success, FALSE on failure.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Dvdioctl.h.

See Also

Block Drivers | DVD_REGIONCE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.