DDHAL_SETMODEDATA (Windows CE 5.0)

Send Feedback

This structure contains information necessary to set the display mode. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) SetMode callback function.

typedef struct _DDHAL_SETMODEDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;DWORDdwModeIndex;HRESULTddRVal;LPDDHAL_SETMODESetMode;BOOLinexcl;BOOLuseRefreshRate;} DDHAL_SETMODEDATA;

Members

  • lpDD**
    Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.
  • dwModeIndex**
    Pointer to the index into the mode table.
  • ddRVal**
    Passes the DirectDraw return values.
  • SetMode**
    Used by DirectDraw and should not be filled in by the driver.
  • inexcl**
    Indicates whether this is in exclusive mode.
  • useRefreshRate**
    Indicates whether to use the refresh rate in the mode information.

Requirements

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

See Also

SetMode | DDRAWI_DIRECTDRAW_GBL | DirectDraw Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.