The DDEnumCallbackEx function is an application-defined callback function for the DirectDrawEnumerateEx function.
BOOL WINAPI DDEnumCallbackEx(
GUID FAR *lpGUID,
LPSTR lpDriverDescription,
LPSTR lpDriverName,
LPVOID lpContext,
HMONITOR hm)
);
The callback function returns DDENUMRET_OK to continue the enumeration.
The callback function returns DDENUMRET_CANCEL to stop it.
You can use the LPDDENUMCALLBACKEX data type to declare a variable that can contain a pointer to this callback function.
Windows NT: Use version 5.0 or later.
Windows: Use Windows 98 or later.
Windows CE: Unsupported.
Header: Declared in ddraw.h.
Import Library: User-defined.
Enumerating Devices on MultiMon Systems, Multiple Monitor Systems