Microsoft DirectX 8.1 (C++) |
Note The IDvdControl interface is deprecated.
Sets the new display angle.
Syntax
HRESULT AngleChange(
ULONG ulAngle
);
Parameters
ulAngle
[in] Value of the new angle, which must be from 1 through 9.
Return Value
Returns an HRESULT value.
Remarks
This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, DVD_DOMAIN_Title, or DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.
See Also