This topic has not yet been rated - Rate this topic

IOverlay::GetClipList

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This method retrieves the clipping list.


HRESULT GetClipList(
  RECT* pSourceRect,
  RECT* pDestinationRect,
  RGNDATA** ppRgnData
);
pSourceRect

[out] A pointer to a RECT structure that describes the bounding client rectangle.

pDestinationRect

[in] A pointer to a RECT structure that describes the destination rectangle.

ppRgnData

[out] A pointer to a RGNDATA pointer that contains the header and data that describes clipping. If successful, the Win32 CoTaskMemFree function should free memory.

The IOverlay implementation allocates the memory for the clipping rectangles, because it can vary in length. The filter calling this method should free the memory (using CoTaskMemFree) when it is finished with it.

Windows Embedded CEWindows CE 2.12 and later
Windows MobilePocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
NoteMicrosoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.