Share via


DVD_RECT (Windows Embedded CE 6.0)

1/6/2010

This structure contains the position and size coordinates for a button. This data is derived from button position information (BTN_POSI).

Syntax

typedef struct {
  UINT16 xStart;
  UINT16 xEnd;
  UINT16 yStart;
  UINT16 yEnd;
} DVD_RECT;

Members

  • xStart
    Starting x-coordinate for the button.

    See the DVD Specification for Read-Only Disc for further details.

  • xEnd
    Ending x-coordinate for the button.

    See the DVD Specification for Read-Only Disc for further details.

  • yStart
    Starting y-coordinate for the button.

    See the DVD Specification for Read-Only Disc for further details.

  • yEnd
    Ending y-coordinate for the button.

    See the DVD Specification for Read-Only Disc for further details.

Requirements

Header dvdata.h, dvdata.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Structures
IDVDHighlightInfo::GetButtonPositionInfo