Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This callback function gives device drivers a new mechanism for providing driver-specific information, such as pointers to driver callbacks, to the DirectDraw runtime.
DWORD GetDriverInfo(LPDDHAL_GETDRIVERINFODATAlpData);
Parameters
- lpData
[in, out] Pointer to a DDHAL_GETDRIVERINFODATA structure that contains the driver-specific information.
Return Values
This callback function has a return value of DDHAL_DRIVER_HANDLED.
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
Link Library: Developer implemented.
See Also
DirectDraw Driver Extension Callback | DDHAL_GETDRIVERINFODATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors