IDirect3DQuery9::GetDevice 方法 (d3d9helper.h)

获取正在查询的设备。

语法

HRESULT GetDevice(
  [out] IDirect3DDevice9 **ppDevice
);

参数

[out] ppDevice

类型: IDirect3DDevice9**

指向正在查询的设备的指针。 请参阅 IDirect3DDevice9

返回值

类型: HRESULT

如果该方法成功,则返回值D3D_OK。 如果方法失败,则可以D3DERR_INVALIDCALL返回值。

要求

   
目标平台 Windows
标头 d3d9helper.h (包括 D3D9.h)
Library D3D9.lib

另请参阅

IDirect3DQuery9