Microsoft Windows CE 3.0  

GetDriverInfo

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 GetDriverInfocallback function gives device drivers a new mechanism for providing driver-specific information, such as pointers to driver callbacks, to the DirectDraw runtime.

DWORD __stdcall GetDriverInfo(
LPDDHAL_GETDRIVERINFODATA
lpData
);

Parameters

lpData
Pointer to a DDHAL_GETDRIVERINFODATAstructure that contains the driver-specific information.

Return Values

Returns the following value:

  • DDHAL_DRIVER_HANDLED

     Last updated on Tuesday, July 13, 2004

    © 2004 Microsoft Corporation. All rights reserved.