LPDDHAL_GETDRIVERINFO (Compact 2013)
3/26/2014
This callback function gives device drivers a new mechanism for providing driver-specific information, such as pointers to driver callbacks, to the DirectDraw runtime.
Syntax
DWORD (* LPDDHAL_GETDRIVERINFO)(
LPDDHAL_GETDRIVERINFODATA lpgdid
);
Parameters
- lpgdid
[in, out] Pointer to a DDHAL_GETDRIVERINFODATA structure that contains the driver-specific information.
Return Value
Returns the following value:
- DDHAL_DRIVER_HANDLED
The request was handled although a specific action may not have been taken.
Note
For a complete list of the DDHAL callback return values, see DDHAL Callback Return Values.
Requirements
Header |
ddrawi.h |
Library |
Developer Implemented |
See Also
Reference
DirectDraw Driver Extension Callback
DDHAL_GETDRIVERINFODATA
DDHAL Callback Return Values