Compartilhar via


buildDDHALInfo (Windows CE 5.0)

Send Feedback

This function sets up the global variables that DDGPE requires. The buildDDHALInfo function then populates the specified DDHALINFO structure with the appropriate DirectDraw callbacks, caps, and other driver-specific parameters. These are filled out both at initialization time and during mode changes.

EXTERN_C BOOL buildDDHALInfo(LPDDHALINFOlpddhi,DWORDmodeIndex);

Parameters

  • lpddhi
    A pointer to a DDHALINFO structure that should be populated with the appropriate settings.
  • modeIndex
    A DWORD indicating the current mode.

Return Values

None.

Remarks

For more information on buildDDHALInfo and setting up the DDHALINFO structure, see the DirectDraw hardware abstraction layer (DDHAL) specification in the DirectDraw driver documentation.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddraw.h, Ddrawi.h.

See Also

DDHALINFO | Required Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.