Microsoft Windows CE 3.0  

buildDDHALInfo

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The buildDDHALInfofunction should set up the global variables that DDGPErequires. It should then populate the specified DDHALINFOstructure with the appropriate DirectDraw callbacks, caps, and other driver-specific parameters. These are filled out both at initialization time and during mode changes. You should consult the Microsoft DirectDraw Hardware Abstraction Layerspecification, found in the DirectDraw DDK, for more detailed information on buildDDHALInfoand setting up the DDHALINFOstructure.

EXTERN_C BOOL buildDDHALInfo (
LPDDHALINFO
lpddhi
,
DWORD
modeIndex
);

Parameters

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

Return Values

None



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.