DDHAL_SETEXCLUSIVEMODEDATA (Windows CE 5.0)
This structure contains information necessary to set a DirectDraw object to exclusive mode. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) SetExclusiveMode callback function.
typedef struct _DDHAL_SETEXCLUSIVEMODEDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;DWORDdwEnterExcl;DWORDdwReserved;HRESULTddRVal;LPDDHAL_SETEXCLUSIVEMODESetExclusiveMode;} DDHAL_SETEXCLUSIVEMODEDATA;
Members
- lpDD
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object. - dwEnterExcl**
Set to TRUE to enter exclusive mode, or FALSE to leave exclusive mode. - dwReserved
Reserved for future use. - ddRVal
Passes the DirectDraw return values. - SetExclusiveMode
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
SetExclusiveMode | DDRAWI_DIRECTDRAW_GBL | DirectDraw Structures
Send Feedback on this topic to the authors