Share via


DDHAL_UPDATENONLOCALHEAPDATA (Windows CE 5.0)

Send Feedback

This structure contains the heap information required by the UpdateNonLocalHeap callback function.

typedef struct _DDHAL_UPDATENONLOCALHEAPDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;DWORDdwHeap;FLATPTRfpGARTLin;FLATPTRfpGARTDev;DWORDdwReserved;HRESULTddRVal;LPDDHAL_UPDATENONLOCALHEAPUpdateNonLocalHeap;} DDHAL_UPDATENONLOCALHEAPDATA;

Members

  • lpDD**
    Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.
  • dwHeap**
    Pointer to the heap index.
  • fpGARTLin**
    Indicates the linear graphic address remapping table (GART) address of the start of the heap.
  • fpGARTDev**
    Indicates the high physical GART address of the start of the heap.
  • dwReserved**
    Reserved for future use.
  • ddRVal**
    Passes the DirectDraw return values.
  • UpdateNonLocalHeap**
    This member is 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

UpdateNonLocalHeap | DDRAWI_DIRECTDRAW_GBL | Miscellaneous Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.