LPDDENUMMODESCALLBACK callback function (ddraw.h)
Do not use. This callback function is superseded by the EnumModesCallback2 function that is used with the IDirectDraw7::EnumDisplayModes method.
Syntax
LPDDENUMMODESCALLBACK Lpddenummodescallback;
HRESULT Lpddenummodescallback(
[in] LPDDSURFACEDESC unnamedParam1,
[in] LPVOID unnamedParam2
)
{...}
Parameters
[in] unnamedParam1
A pointer to a read-only DDSURFACEDESC structure that provides the monitor frequency and the mode that can be created.
[in] unnamedParam2
A pointer to an application-defined structure to be passed to the callback function each time that the function is called.
Return value
The callback function returns DDENUMRET_OK to continue the enumeration.
It returns DDENUMRET_CANCEL to stop the enumeration.
Remarks
You can use the LPDDENUMMODESCALLBACK data type to declare a variable that can contain a pointer to this callback function.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | ddraw.h |