DirectDraw Callback Functions
The following topics contain information about the following callback functions used with DirectDraw.
Programming element | Description |
---|---|
DDEnumCallback | This function is an application-defined callback function for the DirectDrawEnumerate function. |
DDEnumCallbackEx | This function is an application-defined callback function for the DirectDrawEnumerateEx function. |
EnumModesCallback | This function is an application-defined callback function for the IDirectDraw3::EnumDisplayModes method, and its counterparts in earlier interfaces. |
EnumModesCallback2 | This function is an application-defined callback function for the IDirectDraw4::EnumDisplayModes method. |
EnumSurfacesCallback | This function is an application-defined callback function for the IDirectDraw2::EnumSurfaces, IDirectDrawSurface3::EnumAttachedSurfaces, and IDirectDrawSurface3::EnumOverlayZOrders methods (and the versions from earlier interfaces). |
EnumSurfacesCallback2 | This function is an application-defined callback function for the IDirectDrawSurface5::EnumAttachedSurfaces and IDirectDrawSurface5::EnumOverlayZOrders methods. |
EnumVideoCallback | This function is an application-defined callback procedure for the IDDVideoPortContainer::EnumVideoPorts method. |
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.