Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This callback function repositions or modifies the visual attributes of an overlay surface.
Syntax
DWORD (* LPDDHALSURFCB_UPDATEOVERLAY)(
LPDDHAL_UPDATEOVERLAYDATA lpuod
);
Parameters
- lpuod
[in, out] Pointer to a DDHAL_UPDATEOVERLAYDATA structure that the driver uses to update the overlay surface.
Return Value
Returns one of the following values:
Remarks
DirectDraw passes color-key information to the UpdateOverlay callback function only if DDCAPS_OVERLAYCANTCLIP in DDCAPS.dwCaps is TRUE.
Requirements
| Header | ddrawi.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Concepts
DirectDrawSurface Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values