DirectDrawEnumerateExA (DDRAW.@)
HRESULT DirectDrawEnumerateExA ( LPDDENUMCALLBACKEXA lpCallback, LPVOID lpContext, DWORD dwFlags )
Enumerates all DirectDraw devices installed on the system.
| lpCallback | [In] | DDEnumCallbackEx function to be called with a description of each enumerated HAL. |
| lpContext | [In] | application-defined value to be passed to the callback. |
| dwFlags | [In] | Specifies the enumeration scope. see msdn. |
Success: DD_OK.
Failure: DDERR_INVALIDPARAMS
Defined in "ddraw.h".
Implemented in "dlls/ddraw/main.c". source.winehq.org/source/dlls/ddraw/main.c
Debug channel "ddraw".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2006.