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.
Size, in bytes, of the structure.
Globally unique identifier (GUID) of the device that was found.
D3DDEVICEDESC structures describing the hardware and software devices that were found.