LPDDHAL_CANCREATESURFACE (Windows Embedded CE 6.0)
1/6/2010
This callback function indicates whether a surface can be created.
Syntax
typedef DWORD (* LPDDHAL_CANCREATESURFACE)(
LPDDHAL_CANCREATESURFACEDATA lpccsd
);
Parameters
- lpccsd
[in, out] Pointer to a DDHAL_CANCREATESURFACEDATA structure that the driver uses to determine whether a surface can be created.
Return Value
Returns one of the following values:
Requirements
Header | ddrawi.h |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Concepts
DirectDraw Display Driver Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values