DDHAL_GETDEVICEIDENTIFIERDATA (Windows Embedded CE 6.0)
1/6/2010
This structure returns the device identifier data. This structure passes the information to the LPDDHAL_GETDEVICEIDENTIFIER callback function.
Syntax
typedef struct _DDHAL_GETDEVICEIDENTIFIERDATA {
LPDDRAWI_DIRECTDRAW_GBL lpDD;
LPDDDEVICEIDENTIFIER lpDeviceId;
HRESULT ddRVal;
} DDHAL_GETDEVICEIDENTIFIERDATA;
Members
- lpDD
[in] Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.
- lpDeviceId
[out] Pointer to a DDDEVICEIDENTIFIER structure that contains the identification data for this device.
- ddRVal
[out] Passes the DirectDraw return values.
Requirements
Header | ddrawi.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
LPDDHAL_GETDEVICEIDENTIFIER
DDRAWI_DIRECTDRAW_GBL