다음을 통해 공유


DDRAWI_DDRAWCLIPPER_LCL (Windows CE 5.0)

Send Feedback

This structure contains local data for each DirectDrawClipper object.

typedef struct _DDRAWI_DDRAWCLIPPER_LCL {DWORDlpClipMore;LPDDRAWI_DDRAWCLIPPER_GBLlpGbl;LPDDRAWI_DIRECTDRAW_LCLlpDD_lcl;DWORDdwLocalRefCnt;IUnknownFAR* pUnkOuter;LPDDRAWI_DIRECTDRAW_INTlpDD_int;ULONG_PTRdwReserved1;IUnknown* pAddrefedThisOwner;} DDRAWI_DDRAWCLIPPER_LCL;

Members

  • lpClipMore**
    Pointer to additional local data. This member is for reserved for future use.
  • lpGbl**
    Pointer to a DDRAWI_DDRAWCLIPPER_GBL structure that contains the clip list data.
  • lpDD_lcl**
    Used by DirectDraw and should not be filled in by the driver.
  • dwLocalRefCnt**
    Used by DirectDraw and should not be filled in by the driver.
  • pUnkOuter**
    Used by DirectDraw and should not be filled in by the driver.
  • lpDD_int**
    Used by DirectDraw and should not be filled in by the driver.
  • dwReserved1**
    Reserved for use by the display driver.
  • pAddrefedThisOwner
    Used by DirectDraw and should not be filled in by the driver.

Requirements

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

See Also

DDRAWI_DDRAWCLIPPER_GBL | DirectDrawClipper Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.