Share via


DVD_RECT

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

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

IDVDHighlightInfo::GetButtonPositionInfo

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.