LPDDHAL_GETDEVICEIDENTIFIER (Windows Embedded CE 6.0)
1/6/2010
This callback function is used to gather information from the driver about the graphics device. The information about the driver is transmitted through a DDHAL_GETDEVICEIDENTIFIERDATA structure. It is the driver's responsibility to provide as much and as accurate information as possible each time this function is called.
Syntax
DWORD (* LPDDHAL_GETDEVICEIDENTIFIER)(
LPDDHAL_GETDEVICEIDENTIFIERDATA lpgdid
);
Parameters
- lpgdid
[out] Pointer to a DDHAL_GETDEVICEIDENTIFIERDATA structure that contains information about the display driver.
Return Value
Returns one of the following values:
Requirements
Header | ddrawi.h |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Concepts
Miscellaneous Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values