Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
458 B

  1. // Copyright (c) 1997 - 1999 Microsoft Corporation. All Rights Reserved.
  2. #ifndef __OVMIXPOS__
  3. #define __OVMIXPOS__
  4. EXTERN_GUID(IID_IAMOverlayMixerPosition,0x56a868fc,0x0ad4,0x11ce,0xb0,0xa3,0x0,0x20,0xaf,0x0b,0xa7,0x70);
  5. interface DECLSPEC_UUID("56a868fc-0ad4-11ce-b03a-0020af0ba770")
  6. IAMOverlayMixerPosition : IUnknown
  7. {
  8. virtual HRESULT STDMETHODCALLTYPE GetScaledDest(RECT *prcSrc, RECT* prcDst) = 0;
  9. // other methods?
  10. };
  11. #endif