Share via


DDRAWI_DDRAWCLIPPER_GBL (Compact 2013)

3/26/2014

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

Syntax

typedef struct _DDRAWI_DDRAWCLIPPER_GBL {
  LPDDRAWI_DIRECTDRAW_GBL lpDD;
  DWORD ProcessOwner;
  HWND hWnd;
  DWORD dwClipperHandle;
} DDRAWI_DDRAWCLIPPER_GBL;

Members

  • lpDD
    Used by DirectDraw and should not be filled in by the driver.
  • ProcessOwner
    Used by DirectDraw and should not be filled in by the driver.
  • hWnd
    Handle of the window being tracked by the clipper.
  • dwClipperHandle
    Used by DirectDraw and should not be filled in by the driver.

Requirements

Header

ddrawi.h

See Also

Reference

DirectDrawClipper Structures