Share via


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

  • 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

Other Resources

DDSCAPS