DVD_RECT (Windows CE 5.0)

Send Feedback

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

typedef struct {UINT16xStart;UINT16xEnd;UINT16yStart;UINT16yEnd;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.