Share via


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

  • 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

Concepts

Miscellaneous Structures

Other Resources

DDSCAPS