DirectX 9.0 의 소개 DirectX SDK 의 사용법 C 또는 C++ 에 의한 DirectX 프로그래밍 DirectX 9.0 에러 처리 유틸리티 라이브러리 DirectX 9.0 에러 처리 함수 DXGetErrorDescription9   [목차열람] [주소복사] [슬롯비우기]
DXGetErrorDescription9 함수
 
Microsoft DirectX 9.0

DXGetErrorDescription9 함수


Microsoft® DirectX® HRESULT 값을 나타내는 캐릭터 라인을 돌려준다.

구문

TCHAR *DXGetErrorDescription9(      

    HRESULT hr );

파라미터

hr
[in] Microsoft Direct3D®, Microsoft DirectPlay®, Microsoft DirectMusic®, Microsoft DirectSound®, Microsoft DirectInput®, Microsoft DirectShow® 로부터의 HRESULT 반환 코드.

반환값

HRESULT 코드를 나타내는 캐릭터 라인의 포인터를 돌려준다.



주의

이 함수는 Microsoft Win32® Winerror.h 의 에러 코드를 지원 하고 있다.

함수의 정보

헤더dxerr9.h
임포트 라이브러리dxerr9.lib
최저한의 operating system Windows 98


© 2002 Microsoft Corporation. All rights reserved.
↑TOP