Microsoft Windows CE 3.0  

DDHAL_SETMODEDATA

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The DDHAL_SETMODEDATAstructure contains information necessary to set the display mode. This structure passes the information to the DirectDraw HAL SetModecallback function.

typedef struct _DDHAL_SETMODEDATA { LPDDRAWI_DIRECTDRAW_GBL
lpDD
;
DWORD
dwModeIndex; 
HRESULT
ddRVal; 
LPDDHAL_SETMODE
SetMode; 
BOOL
inexcl; 
BOOL
useRefreshRate; 
} DDHAL_SETMODEDATA;

Members

lpDD
Pointer to the DDRAWI_DIRECTDRAW_GBLstructure that represents the DirectDraw object.
dwModeIndex
Pointer to the index into the mode table.
ddRVal
Passes the DirectDraw return values.
SetMode
This member is 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.

 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.