NAME

DirectDrawEnumerateExA  (DDRAW.@)

SYNOPSIS

 HRESULT DirectDrawEnumerateExA
 (
  LPDDENUMCALLBACKEXA lpCallback,
  LPVOID              lpContext,
  DWORD               dwFlags
 )

DESCRIPTION

Enumerates all DirectDraw devices installed on the system.

PARAMS

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.

RETURNS

Success: DD_OK.

Failure: DDERR_INVALIDPARAMS

IMPLEMENTATION

Defined in "ddraw.h".

Implemented in "dlls/ddraw/main.c". source.winehq.org/source/dlls/ddraw/main.c

Debug channel "ddraw".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.