다음을 통해 공유


DDRAWI_DDRAWCLIPPER_GBL (Windows CE 5.0)

Send Feedback

This structure contains the global DirectDrawClipper data that can be shared between object instances.

typedef struct _DDRAWI_DDRAWCLIPPER_GBL {DWORDdwRefCnt;DWORDdwFlags;LPDDRAWI_DIRECTDRAW_GBLlpDD;DWORDdwProcessId;ULONG_PTRdwReserved1;ULONG_PTRhWnd;LPRGNDATAlpStaticClipList;} DDRAWI_DDRAWCLIPPER_GBL;

Members

  • dwRefCnt**
    Used by DirectDraw and should not be filled in by the driver.

  • dwFlags**
    Contains the clip list control flags.

    The following table shows the possible flags.

    Flag Description
    DDRAWICLIP_INMASTERSPRITELIST Used by DirectDraw and should not be set by the driver.
    DDRAWICLIP_ISINITIALIZED Used by DirectDraw and should not be set by the driver.
    DDRAWICLIP_WATCHWINDOW Used by DirectDraw and should not be set by the driver.
  • lpDD**
    Used by DirectDraw and should not be filled in by the driver.

  • dwProcessId**
    Used by DirectDraw and should not be filled in by the driver.

  • dwReserved1**
    Use by the display driver.

  • hWnd**
    Handle of the window being tracked by the clipper.

  • lpStaticClipList**
    Pointer to a RGNDATA structure that contains the clip list set by the application.

Requirements

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

See Also

DirectDrawClipper Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.