DirectX Graphics 레퍼런스 Direct3D extension (D3DX) C/C++ 레퍼런스 인터페이스 ID3DXFragmentLinker GetDevice   [목차열람] [주소복사] [슬롯비우기]
ID3DXFragmentLinker::GetDevice 메서드
 
Microsoft DirectX 9.0

ID3DXFragmentLinker::GetDevice 메서드


장치를 얻어온다.

구문

HRESULT GetDevice(      

    LPDIRECT3DDEVICE9* ppDevice );

파라미터

ppDevice
[out] 장치를 나타내는 IDirect3DDevice9 개체의 포인터.

반환값

항상 S_OK 를 돌려준다.





© 2002 Microsoft Corporation. All rights reserved.
↑TOP