LPDDHAL_GETDRIVERINFO (Windows Embedded CE 6.0)
1/6/2010
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
This callback function has a return value of DDHAL Callback Return Values.
Requirements
Header | ddrawi.h |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Concepts
DirectDraw Driver Extension Callback
DDHAL Callback Return Values
DDHAL Callback Return Values