SetClipList

**Note   **This callback function is not currently used on Windows CE.

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

DWORD __stdcall SetClipList(
LPDDHAL_SETCLIPLISTDATA pscld );

Parameters

  • pscld
    Pointer to a DDHAL_SETCLIPLISTDATA structure that contains the information necessary to set the clip list for the specified surface.

Return Values

Returns one of the following values:

  • DDHAL_DRIVER_HANDLED
  • DDHAL_DRIVER_NOTHANDLED

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.