Freigeben über


DDRAWI_DDRAWPALETTE_LCL (Windows CE 5.0)

Send Feedback

This structure contains local data for each DirectDrawPalette object.

typedef struct _DDRAWI_DDRAWPALETTE_LCL {DWORDlpPalMore;LPDDRAWI_DDRAWPALETTE_GBLlpGbl;ULONG_PTRdwUnused0;DWORDdwLocalRefCnt;IUnknownFAR* pUnkOuter;
  LPDDRAWI_DIRECTDRAW_LCLlpDD_lcl;ULONG_PTRdwReserved1;ULONG_PTRdwDDRAWReserved1;ULONG_PTRdwDDRAWReserved1;} DDRAWI_DDRAWPALETTE_LCL;

Members

  • lpPalMore
    Pointer to additional local data.
  • lpGbl**
    Pointer to a DDRAWI_DDRAWPALETTE_GBL structure that contains the palette data.
  • dwUnused0**
    This member is not currently used.
  • 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_lcl**
    Pointer to the owning local driver object.
  • dwReserved1
    Reserved for use by the display driver.
  • dwDDRAWReserved1
    Used by DirectDraw and should not be filled in by the driver.
  • dwDDRAWReserved2
    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_DDRAWPALETTE_GBL | DirectDrawPalette Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.