Platform SDK: DirectX |
The EnumModesCallback2 function is an application-defined callback function for the IDirectDraw7::EnumDisplayModes method.
HRESULT WINAPI EnumModesCallback2( LPDDSURFACEDESC2 lpDDSurfaceDesc, LPVOID lpContext );
The callback function returns DDENUMRET_OK to continue the enumeration.
It returns DDENUMRET_CANCEL to stop the enumeration.
You can use the LPDDENUMMODESCALLBACK2 data type to declare a variable that can contain a pointer to this callback function.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in ddraw.h.
Import Library: User-defined.