DDHAL_GETDEVICEIDENTIFIERDATA (Compact 2013)
3/26/2014
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 |
See Also
Reference
Miscellaneous Structures
LPDDHAL_GETDEVICEIDENTIFIER
DDRAWI_DIRECTDRAW_GBL