DDRAWI_DDRAWCLIPPER_INT

The DDRAWI_DDRAWCLIPPER_INT structure contains the DirectDrawClipper object's interface information.

typedef struct _DDRAWI_DDRAWCLIPPER_INT
{
LPVOID                       lpVtbl;
LPDDRAWI_DDRAWCLIPPER_LCL    lpLcl;
LPDDRAWI_DDRAWDLIPPER_INT    lpLink;
DWORD                        dwIntRefCnt;
} DDRAWI_DDRAWCLIPPER_INT;

Members

  • lpVtbl
    This member is used by DirectDraw and should not be filled in by the driver.
  • lpLcl
    Pointer to a DDRAWI_DDRAWCLIPPER_LCL structure that contains the local object.
  • lpLink
    This member is used by DirectDraw and should not be filled in by the driver.
  • dwIntRefCnt
    This member is used by DirectDraw and should not be filled in by the driver.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.