Share via


SetClipList (Windows CE 5.0)

Send Feedback

This callback function is not currently used on Windows CE.

The SetClipList callback function sets a clip list for the specified surface.

DWORD SetClipList(LPDDHAL_SETCLIPLISTDATApscld);

Parameters

  • pscld
    [in, out] Pointer to a DDHAL_SETCLIPLISTDATA structure that the driver uses to set the clip list for the specified surface.

Return Values

Returns one of the following values:

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
Link Library: Developer implemented.

See Also

DirectDrawSurface Callback Functions | DDHAL_SETCLIPLISTDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.