D3DFINDDEVICERESULT

typedef struct _D3DFINDDEVICERESULT {

DWORD dwSize;

GUID guid;

D3DDEVICEDESC ddHwDesc;

D3DDEVICEDESC ddSwDesc;

} D3DFINDDEVICERESULT, *LPD3DFINDDEVICERESULT;

Identifies a device an application has found by calling the IDirect3D::FindDevice method.

dwSize

Size, in bytes, of the structure.

guid

Globally unique identifier (GUID) of the device that was found.

ddHwDesc and ddSwDesc

D3DDEVICEDESC structures describing the hardware and software devices that were found.