Microsoft Windows CE 3.0  

HALInit

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.

HALInitis a special function that is used internally by DirectDraw and should not be called directly by your driver. It is called during initialization and during a mode switch. HALInitis responsible for setting up various global variables. It then calls buildDDHALInfowith the appropriate parameters.

If you use the DDGPEmodel, the HALInitfunction has already been written for you, and is part of DDGPE. You should be sure to export this function to DirectDraw by adding it to the list of functions exported by your display driver.

EXTERN_C BOOL WINAPI HALInit ( LPDDHALINFO
lpddhi, BOOL reset, DWORD modeIndex );


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.