DDHAL_GETAVAILDRIVERMEMORYDATA (Windows Embedded CE 6.0)
1/6/2010
This structure contains memory information for the specified surface type. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) LPDDHAL_GETAVAILDRIVERMEMORY callback function.
Syntax
typedef struct _DDHAL_GETAVAILDRIVERMEMORYDATA {
LPDDRAWI_DIRECTDRAW_GBL lpDD;
DDSCAPS DDSCaps;
DWORD dwTotal;
DWORD dwFree;
HRESULT ddRVal;
} DDHAL_GETAVAILDRIVERMEMORYDATA;
Members
- lpDD
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.
- DDSCaps
Pointer to a DDSCAPS structure that contains the capabilities for this type of surface memory.
- dwTotal
Indicates the total memory for this kind of surface.
- dwFree
Indicates the free memory for this kind of surface.
- ddRVal
Passes the DirectDraw return values.
Requirements
Header | ddrawi.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
LPDDHAL_GETAVAILDRIVERMEMORY
DDRAWI_DIRECTDRAW_GBL