IDirect3DVertexDeclaration9::GetDevice 方法 (d3d9helper.h)
取得目前的裝置。
語法
HRESULT GetDevice(
[out, retval] IDirect3DDevice9 **ppDevice
);
參數
[out, retval] ppDevice
類型: IDirect3DDevice9**
傳回之 IDirect3DDevice9 介面的指標。
傳回值
類型: HRESULT
如果方法成功,傳回值會D3D_OK。 如果方法失敗,則傳回值可以是:D3DERR_INVALIDCALL。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | d3d9helper.h (包含 D3D9.h) |
程式庫 | D3D9.lib |