include: Add definitions for IBasicVideo2 interface.

This commit is contained in:
Maarten Lankhorst 2008-06-10 16:47:57 +02:00 committed by Alexandre Julliard
parent 9473b750bf
commit c3806ef6f2
1 changed files with 11 additions and 0 deletions

View File

@ -173,6 +173,17 @@ interface IBasicVideo : IDispatch
HRESULT IsUsingDefaultDestination();
}
[
uuid(329bb360-f6ea-11d1-9038-00a0c9697298),
helpstring("IBasicVideo2"),
odl
]
interface IBasicVideo2 : IBasicVideo
{
HRESULT GetPreferredAspectRatio([out] LONG *plAspectX, [out] LONG *plAspectY);
}
/*****************************************************************************
* IMediaEvent interface